Add active field to api_Codium collection #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, when a code snip is deleted from a Page, there is nothing to mark the record in the
api_Codiumcollection as being deleted.Add an
Active: booleanproperty as with the databases and update the model to include this active scope.Update the page save endpoint. If a code node is deleted, mark it as inactive.