[2.3b3, UI] Words in the middle of sentences shouldn't be capitalised

Bug #1727419 reported by Maria Vrachni
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MAAS
Won't Fix
Low
Unassigned

Bug Description

Bug description:

* Current result:

Given I am anywhere in the application
When I see a sentence
Then I can see capitalised letters in the middle of the sentence

* Expected/ correct result:

Given I am anywhere in the application
When I see a sentence
Then I can see capitalised letters in the middle of the sentence, even if they are terms (unless they are abbreviation)

[OS X Sierra]

Chrome, Version 61.0.3163.100 (64-bit)

Tags: ui 2.3qa

Related branches

Revision history for this message
Maria Vrachni (m-vrachnis) wrote :
Revision history for this message
Newell Jensen (newell-jensen) wrote :

Trying to save a new AZ with an already existing name gives this stacktrace:

==> /var/log/maas/regiond.log <==
   File "/usr/lib/python3/dist-packages/maasserver/websockets/base.py", line 407, in create
     raise HandlerValidationError(form.errors)
 maasserver.websockets.base.HandlerValidationError: {'name': ['Physical zone with this Name already exists.']}

Changed in maas:
status: New → Confirmed
status: Confirmed → Triaged
importance: Undecided → Low
assignee: Graham Bancroft (gbancroft-canonical) → Newell Jensen (newell-jensen)
milestone: none → 2.5.x
status: Triaged → In Progress
Revision history for this message
Newell Jensen (newell-jensen) wrote :

This seems to be a Django error in how the form validation is handling the errors. The verbose name for this model is "Physical zone" while the name of the field is "name". The field name "name" is being capitalized for some reason by Django.

Changed in maas:
status: In Progress → Triaged
Revision history for this message
Carla Berkers (carlaberkers) wrote :

@Newell does that mean we cannot fix it?

Changed in maas:
status: Triaged → In Progress
Changed in maas:
status: In Progress → Won't Fix
Changed in maas:
milestone: 2.5.x → none
assignee: Newell Jensen (newell-jensen) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.