Closed ppanero closed 1 year ago
Decided to implement a cli command per instance for now, as the proper deletion or records is more complex and it will be part of a future milestone (from the moment this comment is written).
Clarification needed @zzacharo
a) it will be fixed when that cli is implemented?
b) it will not be an issue because we will use a cli? if this is the case, the issue will still exist since I assume the cli will call the service, where permissions are checked (and Disable
will block the deletion)
By CLI, I was meaning a script utilizing the data models instead of services i.e use it only in our instances until we properly attack the issue of deletions via services. So, the issue with the permission will be fixed when the underlying service layer implements the deletion properly.