User story #4180
closedAdd tabs to the Directive paremeters, add a tab to assign the Directive to multiple Rules
Description
In the directive scree, we want to be able the select what Rules use the current directive.
For that, we want to:
- reorganize the Directive screen in three tabs (info, parameters, target rules)
- add the rule category tree & rule category grid in the third tab, with the possibility to use checkbox to chose Rules in which we want to use the current directive.
Regarding workflows, we have the following rules:
- a Directive creation without any rule assignment does not create a change request (and so, no workflows)
- a Directive creation with rule assignements show the "New Change Request" pop-up but only create a change request for the rule assignation, not the directive creation.
- a unique change request is created with ALL the modification
- when the change request is validated, each modification is commited INDIVIDUALLY, leading to a its own event log
- that means that an error on one rule assignement does not make the full CR in error
- partially in error change request must be REALLY visible.
UI mock-up will be added.