Disallow node status 'deleted' for node type asset

This commit is contained in:
Sybren A. Stüvel 2016-05-02 15:57:26 +02:00
parent 6c7ad6f6f0
commit b4327f22e8

View File

@ -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