Actions
Bug #16041
closedClient side validation disallows '/' in name even when configured to allow it
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
-
Release:
Release relationship:
Auto
Updated by Peter Amstutz almost 5 years ago
- Status changed from New to In Progress
Updated by Lucas Di Pentima almost 5 years ago
Reviewing branch 16041-valid-name
@ commit c29de73 (wb2 repo):
- The warning component doesn’t take into account the case when the slash char is allowd. Looking at the reworded warning message I suppose the idea is to show the warning even if the site admin configured a substitution, my opinion is that if the admin allows slashes is because they’re needed and so showing warnings on the UI would be confusing and/or annoying to users.
- Other than that, it LGTM.
Updated by Peter Amstutz almost 5 years ago
Lucas Di Pentima wrote:
Reviewing branch
16041-valid-name
@ commit c29de73 (wb2 repo):
- The warning component doesn’t take into account the case when the slash char is allowd. Looking at the reworded warning message I suppose the idea is to show the warning even if the site admin configured a substitution, my opinion is that if the admin allows slashes is because they’re needed and so showing warnings on the UI would be confusing and/or annoying to users.
- Other than that, it LGTM.
Ok, the warning is now conditional on ForwardSlashNameSubstitution.
16041-valid-name @ 631d2a3780d7d6ae292dc4e5b8a277880e1ef2ca
Updated by Peter Amstutz almost 5 years ago
- Status changed from In Progress to Resolved
Actions