[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.11-4-gc537768

Todd Wade todd at bestpractical.com
Wed May 20 09:32:53 EDT 2015


The branch, 4.2-trunk has been updated
       via  c5377681559b0066c57b50cb1a5683db5e42c0ed (commit)
      from  d2d6d49fedec8ef004ff4b666ad75a0fe201bfc9 (commit)

Summary of changes:
 share/html/Admin/Queues/Modify.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit c5377681559b0066c57b50cb1a5683db5e42c0ed
Author: Todd Wade <todd at bestpractical.com>
Date:   Wed May 20 09:30:41 2015 -0400

    add a FormStart callback to share/html/Admin/Queues/Modify.html
    
    Aside from varied uses for callbacks, this callback can be used,
    specifically, to add documentation and/or reminders for the RT admin
    when performing various queue administration tasks.

diff --git a/share/html/Admin/Queues/Modify.html b/share/html/Admin/Queues/Modify.html
index 9610b25..31441bd 100644
--- a/share/html/Admin/Queues/Modify.html
+++ b/share/html/Admin/Queues/Modify.html
@@ -53,7 +53,7 @@
 
 <form action="<%RT->Config->Get('WebPath')%>/Admin/Queues/Modify.html" name="ModifyQueue" method="post" enctype="multipart/form-data">
 <input type="hidden" class="hidden" name="id" value="<% $Create? 'new': $QueueObj->Id %>" />
-
+% $m->callback( CallbackName => 'FormStart', Create => $Create, ARGSRef => \%ARGS );
 <table>
 <tr><td align="right"><&|/l&>Queue Name</&>:</td><td colspan="3">
 % if ($InternalQueue) {

-----------------------------------------------------------------------


More information about the rt-commit mailing list