Actions
User story #6017
closedUser story #6012: Don't generate promises when we are trivially sur that the modification don't change the generated promises
Don't automatically trigger a check of promises regeneration when changes don't require it
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Effort required:
Name check:
Fix check:
Regression:
Description
when we change/create/delete an object, we always trigger a check of promises generation
This ticket deals with the "obvious" cases:
- creation of a group
- creation of a directive
- modification of name/description of group/directive/rue/parameter
Since most of the modification goes through the changeRequestService, most checks lives in the CommitAndDeployChangeRequest
Actions