Actions
Bug #4805
closedCheckGenericFileContent can have several "repaired" status on each of the different component, even is the end state is convergent
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
If we use checkGenericFileContent technique to remove a line, and add it back in a specific section, the line deletion and the section edition will both return repair, and will have an intermediate state with the file in a non consistent state. However, at the end of the application, the status is correct.
This is because we do one edition per component, rather than one edition for the file, with reporting per edition
This is a very impacting change, so it deserves a new minor version to fix the issue
Actions