Skip to content

feat(adminui-vue): add `PURGE_COLLECTION_ITEM` mutation to processing module

The processing vuex module now has PURGE_COLLECTION_ITEM mutation. It acts like DELETE_COLLECTION_ITEM, but does NOT track deletion. This is useful for collection items, which depends on other collections and ARE deleted by cascade.

Merge request reports

Loading