Actions
Bug #2193
closedWhen a non modified CR is saved, that leads to a git archiver error
Status:
Released
Priority:
2
Assignee:
Category:
Web - Maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The cause is that if the CR is not modified, then a "git add the/non/modified/file" does not actually add the file in the "to commit" set (git is smart - it does not allows to do not necessary work).
Then, when we check if the file was added, it is not - of course.
So, when no modification are done, we have to not try to archive.
Also check that the behaviour is correct for PT/PI and groups.
Actions