[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.9-31-gb6f53eb
Alex Vandiver
alexmv at bestpractical.com
Mon Nov 24 12:18:36 EST 2014
The branch, 4.2-trunk has been updated
via b6f53ebea87ecc28d6d9bcc9aa14af7ab555f94b (commit)
from aa2210aa859ad3c1a0bf837d3624b1b956d5c30a (commit)
Summary of changes:
lib/RT/Scrips.pm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit b6f53ebea87ecc28d6d9bcc9aa14af7ab555f94b
Author: Richard Poole <rp at guests.deus.net>
Date: Fri Nov 21 10:19:30 2014 +0000
Fix comment about scrip sort order to match code.
diff --git a/lib/RT/Scrips.pm b/lib/RT/Scrips.pm
index 5fe6dd3..d8261f7 100644
--- a/lib/RT/Scrips.pm
+++ b/lib/RT/Scrips.pm
@@ -439,10 +439,8 @@ sub _SetupSourceObjects {
=head2 _FindScrips
-Find only the apropriate scrips for whatever we're doing now. Order them
-by their description. (Most common use case is to prepend a number to the
-description, forcing the scrips to display and run in ascending alphanumerical
-order.)
+Find only the appropriate scrips for whatever we're doing now. Order
+them by the SortOrder field from the ObjectScrips table.
=cut
-----------------------------------------------------------------------
More information about the rt-commit
mailing list