remove Do Nothing On Delete workflow and allow none to be selected for on delete etc workflow

remove remnants of realtime workflow selection code
This commit is contained in:
Graham Knop 2008-08-22 16:10:00 +00:00
parent 5fc629993a
commit 778a32df19
8 changed files with 44 additions and 32 deletions

View file

@ -1458,7 +1458,6 @@ sub www_editThing {
-type=>"WebGUI::Asset::Wobject::Thingy",
-label=>$i18n->get('on add workflow label'),
-none=>1,
-includeRealtime=>1,
-hoverHelp=>$i18n->get('on add workflow description'),
);
@ -1468,7 +1467,6 @@ sub www_editThing {
-type=>"WebGUI::Asset::Wobject::Thingy",
-label=>$i18n->get('on edit workflow label'),
-none=>1,
-includeRealtime=>1,
-hoverHelp=>$i18n->get('on edit workflow description'),
);
@ -1478,7 +1476,6 @@ sub www_editThing {
-type=>"WebGUI::Asset::Wobject::Thingy",
-label=>$i18n->get('on delete workflow label'),
-none=>1,
-includeRealtime=>1,
-hoverHelp=>$i18n->get('on delete workflow description'),
);