You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Group Settings page, the text box for the group name has no char limit in the UI. However, there's clearly an enforced limit on the backend because the error message indicates that groupName cannot exceed 50 chars.
Solution
Fix, presumably by handling GROUP_NAME_MAX_CHAR the same here as during group creation.
The text was updated successfully, but these errors were encountered:
Additionally, "You can report the error" in the error message is not a link, and not clickable. @taoeffect Should #1945 be reopened, or is this a new issue?
Additionally, "You can report the error" in the error message is not a link, and not clickable. @taoeffect Should #1945 be reopened, or is this a new issue?
You can see them as separate issues as those are two different UI components. I can handle that bug as part of this task.
Problem
On the
Group Settings
page, the text box for the group name has no char limit in the UI. However, there's clearly an enforced limit on the backend because the error message indicates thatgroupName
cannot exceed 50 chars.Solution
Fix, presumably by handling
GROUP_NAME_MAX_CHAR
the same here as during group creation.The text was updated successfully, but these errors were encountered: