From b4327f22e82398b11bbd958b2c953de31a9d8685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 2 May 2016 15:57:26 +0200 Subject: [PATCH] Disallow node status 'deleted' for node type asset --- pillar/manage_extra/node_types/asset.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pillar/manage_extra/node_types/asset.py b/pillar/manage_extra/node_types/asset.py index 92772c60..810fdfe3 100644 --- a/pillar/manage_extra/node_types/asset.py +++ b/pillar/manage_extra/node_types/asset.py @@ -12,8 +12,7 @@ node_type_asset = { 'allowed': [ 'published', 'pending', - 'processing', - 'deleted' + 'processing' ], }, # Used for sorting within the context of a group