Skip to content

Fix for notification setting for group with dot char in name

Thong Kuah requested to merge fix_notification_setting_group_dot into master

What does this MR do?

The issue is that Rails is parsing the dot for the :format parameter, so we add the constraint to tell rails the dot is part of the :id parameter.

Related issue: #29793 (closed)

Screenshots

I can now update notification settings for groups with dots in their name, where previously I could not:

Screen_Shot_2020-08-06_at_8.22.13_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Thong Kuah

Merge request reports