Actions
User story #6012
closedDon't generate promises when we are trivially sur that the modification don't change the generated promises
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
When we create/delete/change Directive/Rule/Groupes, a check is made to see if promises should be regenerated or not
This check can take some time, and there are obvious cases when we can skip the check:- create a group
- create a directive (not attached to a rule)
- change name/description of Directive/Rule/Group
Actions