Fixed
Details
Assignee
Guus der KinderenGuus der KinderenReporter
Dan CaseleyDan CaseleyFix versions
Priority
Minor
Details
Details
Assignee
Guus der Kinderen
Guus der KinderenReporter
Dan Caseley
Dan CaseleyFix versions
Priority
Created January 30, 2022 at 7:50 PM
Updated March 1, 2022 at 9:28 AM
Resolved March 1, 2022 at 9:28 AM
Presently, only the UI checks that:
groups are created with names (i.e. not empty strings)
Nothing checks that:
groups are not renamed to empty strings
groups are not renamed to that of other groups
This could lead to issues where refactoring introduces bugs, or where plugins cause unhandled exceptions that are difficult for the plugin to catch, understand and feedback to the user.
This should be fixed in the DefaultGroupProvider and tested.