Actions
Bug #6993
closedno report on file_remove if the file has already been removed
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
If i use file_remove generic method to remove a file, once the file has been removed, it doesn't promise on anything anymore (no file match the promiser), so no promise to keep, so nothing is done
the fix is to set the "kept" status if nothing has been done
Actions