[gen] Bugfix: attribute Field.focus and UserWrapper password management.
This commit is contained in:
parent
77331cd216
commit
2710fb6c39
3 changed files with 8 additions and 4 deletions
|
@ -681,8 +681,8 @@ class Type:
|
|||
layouts['cell'].addCssClasses('noStyle')
|
||||
if self.focus:
|
||||
# We need to make it flashy
|
||||
layouts['view'].addCssClasses('appyFocus')
|
||||
layouts['edit'].addCssClasses('appyFocus')
|
||||
layouts['view'].addCssClasses('focus')
|
||||
layouts['edit'].addCssClasses('focus')
|
||||
# If layouts are the default ones, set width=None instead of width=100%
|
||||
# for the field if it is not in a group.
|
||||
if areDefault and not self.group:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue