Disallow node status 'deleted' for node type asset
This commit is contained in:
@@ -12,8 +12,7 @@ node_type_asset = {
|
|||||||
'allowed': [
|
'allowed': [
|
||||||
'published',
|
'published',
|
||||||
'pending',
|
'pending',
|
||||||
'processing',
|
'processing'
|
||||||
'deleted'
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
# Used for sorting within the context of a group
|
# Used for sorting within the context of a group
|
||||||
|
Reference in New Issue
Block a user