Actions
Architecture #2426
closedUser story #2424: Duplicate identical sections can be input in directives causing broken reporting
Warn user about duplicated sections when saving a Directive
Status:
Backlog
Priority:
3
Assignee:
-
Category:
Web - Config management
Target version:
Pull Request:
Effort required:
Name check:
Fix check:
Regression:
Description
As defined in #2525, we have some basic duplicated section detection for Directives.
This user story is to extend this detection so that the user is warned when he/she saves a Directive, in the web browser, for the 2.4 branch.
This check can either be implemented in JavaScript on the web page, or as a return call of the save function. Either way, it should display a warning to the user saying "You have entered duplicate identical values for the section XXX. Please adjust or remove the duplicated section."
Actions