Ensure deletion of Project, Resource, and FileObject
1 unresolved thread
1 unresolved thread
Compare changes
+ 8
− 4
@@ -331,14 +331,18 @@ class FileObject:
Due to maintenance at 01.07.2025 from 8:00 to 09:00, git.rwth-aachen.de & git-ce.rwth-aachen.de will be temporarily unavailable.
Currently, the delete
method on the objects is to quickly called in my opinion. Since, there is no trash bin a single false call could result in a lot of harm.
Therefore, I propose to ensure the method a bit by requiring an additional enable parameter to be set to True
before giving the call to the Coscine API.