[Rt-commit] r18245 - in rt/3.999/branches/lorzy: lib/RT/Condition lib/RT/ScripAction
clkao at bestpractical.com
clkao at bestpractical.com
Thu Feb 5 04:20:59 EST 2009
Author: clkao
Date: Thu Feb 5 04:20:59 2009
New Revision: 18245
Removed:
rt/3.999/branches/lorzy/lib/RT/Condition/UserDefined.pm
rt/3.999/branches/lorzy/lib/RT/ScripAction/UserDefined.pm
Modified:
rt/3.999/branches/lorzy/etc/initialdata
Log:
remove userdefined condition and scripaction.
Modified: rt/3.999/branches/lorzy/etc/initialdata
==============================================================================
--- rt/3.999/branches/lorzy/etc/initialdata (original)
+++ rt/3.999/branches/lorzy/etc/initialdata Thu Feb 5 04:20:59 2009
@@ -92,9 +92,6 @@
description => 'Sends mail to explicitly listed ccs and Bccs', # loc
exec_module => 'Notify',
argument => 'OtherRecipients' },
- { name => 'User Defined', # loc
- description => 'Perform a user-defined action', # loc
- exec_module => 'UserDefined', },
{ name => 'Create Tickets', # loc
description =>
'Create new tickets based on this scrip\'s template', # loc
@@ -169,13 +166,6 @@
},
- { name => 'User Defined', # loc
- description => 'Whenever a user-defined condition occurs', # loc
- applicable_trans_types => 'Any',
- exec_module => 'UserDefined'
-
- },
-
{ name => 'On Close', # loc
description => 'Whenever a ticket is closed', # loc
applicable_trans_types => 'Status,Set',
More information about the Rt-commit
mailing list