[Rt-commit] rt branch, 4.0/apply-scrips-to-multiple-queues, updated. rt-4.0.4-193-g3e0e146
Thomas Sibley
trs at bestpractical.com
Mon Jan 23 14:52:31 EST 2012
The branch, 4.0/apply-scrips-to-multiple-queues has been updated
via 3e0e14659e140515eb0f6e5fa6f5c1ff5d398961 (commit)
from 9ed40dab7c8096262fe8d8a0d69695814f0f8306 (commit)
Summary of changes:
share/html/Admin/Scrips/Elements/EditCustomCode | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 3e0e14659e140515eb0f6e5fa6f5c1ff5d398961
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri Sep 30 11:47:14 2011 -0400
Rename this to be less confusing
Internally, this is commit. We always explain it as commit.
It actually runs during the commit, not as a 'cleanup' stage
(TransactionBatch is actually much closer to being a 'cleanup' stage)
diff --git a/share/html/Admin/Scrips/Elements/EditCustomCode b/share/html/Admin/Scrips/Elements/EditCustomCode
index 184ecd8..62399b3 100644
--- a/share/html/Admin/Scrips/Elements/EditCustomCode
+++ b/share/html/Admin/Scrips/Elements/EditCustomCode
@@ -23,7 +23,7 @@ $Scrip
my @list = (
CustomIsApplicableCode => loc('Custom condition'),
CustomPrepareCode => loc('Custom action preparation code'),
- CustomCommitCode => loc('Custom action cleanup code'),
+ CustomCommitCode => loc('Custom action commit code'),
);
my $min_lines = 10;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list