[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-173-gb36e63b
Shawn Moore
sartak at bestpractical.com
Fri Jul 16 16:07:21 EDT 2010
The branch, 3.9-trunk has been updated
via b36e63ba8f4f8ee077a1d2f1262f06844e5ef370 (commit)
from 37d11026ae08d6992ce0bdcdd226af7359107390 (commit)
Summary of changes:
share/html/Admin/CustomFields/index.html | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit b36e63ba8f4f8ee077a1d2f1262f06844e5ef370
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Fri Jul 16 16:08:55 2010 -0400
Add callbacks to customfield list
diff --git a/share/html/Admin/CustomFields/index.html b/share/html/Admin/CustomFields/index.html
index 16fb593..b859e38 100644
--- a/share/html/Admin/CustomFields/index.html
+++ b/share/html/Admin/CustomFields/index.html
@@ -84,6 +84,8 @@
<&|/l&>Include disabled custom fields in listing.</&>
<br />
+% $m->callback(CallbackName => 'BeforeSubmit');
+
<input type="submit" value="<% loc('Go!') %>" />
</form>
@@ -107,6 +109,8 @@ $CustomFields->UnLimit;
$CustomFields->FindAllRows if $ShowDisabled;
$CustomFields->LimitToLookupType( $Type ) if $Type;
+$m->callback(CallbackName => 'MassageCustomFields', CustomFields => $CustomFields);
+
$Format ||= RT->Config->Get('AdminSearchResultFormat')->{'CustomFields'};
</%INIT>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list