From 40f836b057896469bca69772d9fc7168b2f8c644 Mon Sep 17 00:00:00 2001 From: JCTutorius Date: Fri, 06 Nov 2009 10:56:11 +0000 Subject: Added 'test' key in metadata to action and event that dont work in the creator, for the thursday 19th november demo. --- (limited to 'addons/chainaction.py') diff --git a/addons/chainaction.py b/addons/chainaction.py index 8df7ac8..9e8b6c8 100644 --- a/addons/chainaction.py +++ b/addons/chainaction.py @@ -40,5 +40,6 @@ __action__ = { 'display_name' : 'Chain of actions', 'icon' : 'chain', 'class' : ChainAction, - 'mandatory_props' : ['actions'] + 'mandatory_props' : ['actions'], + 'test' : True } -- cgit v0.9.1