Skip to content

Allow dots in group names to pass validation for Create Group and Edit Group forms

What does this MR do?

Allows dots within group names to pass form validation when creating or editing a group.

Are there points in the code the reviewer needs to double check?

Nope, pretty straight forward.

Why was this MR needed?

Although group names with dots are allowed, our frontend validation mistakenly invalidates them

Screenshots (if relevant)

Before:

Screen_Shot_2016-11-23_at_4.55.03_PM

After:

Screen_Shot_2016-11-23_at_4.52.42_PM
Screen_Shot_2016-11-23_at_4.51.53_PM

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Related to: #24622 (closed) Closes #24903 (closed)

Merge request reports