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
In the last branch, GroupSet cannot be empty but there is no issue with a set named {id}.
Rule and GroupSetEditor validation should add case groupSet === "" && type === SetType.PREFIX Adding both PREFIX and SUFFIX has no reason since they would undistinguishable
groupSetEditor
GroupSetEditor does not allow to have the same group name for a PREFIX and a SUFFIX (while the rest of the system allows it)
The text was updated successfully, but these errors were encountered:
Empty group name
In the last branch, GroupSet cannot be empty but there is no issue with a set named
{id}
.Rule and GroupSetEditor validation should add case
groupSet === "" && type === SetType.PREFIX
Adding both PREFIX and SUFFIX has no reason since they would undistinguishable
groupSetEditor
GroupSetEditor does not allow to have the same group name for a PREFIX and a SUFFIX (while the rest of the system allows it)
The text was updated successfully, but these errors were encountered: