[Rt-commit] rt branch, 5.0.1-releng, updated. rt-5.0.1beta1-1-g90e17392fd
? sunnavy
sunnavy at bestpractical.com
Mon Jan 25 14:13:44 EST 2021
The branch, 5.0.1-releng has been updated
via 90e17392fd4fb93a45155eb445544304ad55b7f3 (commit)
from c4b424ed8d3cf31e31e78ce833dbc9b5ea4f8ece (commit)
Summary of changes:
share/html/Admin/Queues/Modify.html | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 90e17392fd4fb93a45155eb445544304ad55b7f3
Author: Dianne Skoll <dianne at bestpractical.com>
Date: Mon Jan 25 09:46:41 2021 -0500
Add AfterQueueAddresses callback for queue admin page
diff --git a/share/html/Admin/Queues/Modify.html b/share/html/Admin/Queues/Modify.html
index 31331c7709..e9e859632e 100644
--- a/share/html/Admin/Queues/Modify.html
+++ b/share/html/Admin/Queues/Modify.html
@@ -131,6 +131,7 @@
<span><em><&|/l , RT->Config->Get('CommentAddress')&>(If left blank, will default to [_1])</&></em></span>
</div>
</div>
+% $m->callback( CallbackName => 'AfterQueueAddresses', %ARGS, QueueObj => $QueueObj, results => \@results );
<div class="form-row">
<div class="label col-3"></div>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list