Actions
Bug #35235
closedInput sanitation of Content View Names not working
Description
In past versions, when a disallowed character such as . were used in Content View names they were automatically replaced with underscores in the Label.
This is no longer true with the new Content View page, spaces still are replaced but other characters are copied to the label field, resulting in an Error:
Validation failed: Label cannot contain characters other than ascii alpha numerals, '_', '-'.
Files
Updated by Marcel Kühlhorn over 2 years ago
- Found in Releases Katello 4.5.0 added
Updated by Jeremy Lenz over 2 years ago
- Target version set to Katello 4.7.0
- Triaged changed from No to Yes
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lucy Fu
- Pull request https://github.com/Katello/katello/pull/10244 added
Updated by Lucy Fu over 2 years ago
KatelloLabelFormatValidator has not been changed for 8 years. Dot is never allowed to be in the content view names.
No plan to change the content view names format.
Add name/label format checking into UI forms.
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases Katello 4.7.0 added
Updated by Lucy Fu over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|2509fae91199c4bb886c70d06e488985f8b4b521.
Actions