Fix 3776 L&F review for user/group form#3804
Fix 3776 L&F review for user/group form#3804offtherailz merged 5 commits intogeosolutions-it:masterfrom
Conversation
There was a problem hiding this comment.
It's ok. The only thing I noticed, that is strange, is that there is a limit of 20 chars for the group name (on db is 255, don't know why you have an error from the server when you try to add more than 20.
Anyway you are allowed to insert more than 20 char in the group name, and when saving ,you have an error, not well specified.
Maybe we can open another issue to investigate and fix this specific issue. @tdipisa what do you think?
Another small thing I noticed. Is this name duplication still required? The same for username

@offtherailz open a new issue for this
@offtherailz yes, we have decided to maintain it as it is for the moment Beside the above, if all is ok please approve and merge |
Description
L&F review for user/group form
Issues
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
What is the current behavior? (You can also link to an open issue here)
#3776
What is the new behavior?
Updated look and feel of User and Group Dialogs:
Does this PR introduce a breaking change? (check one with "x", remove the other)
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
Other information: