Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Brandt <jbrandt@bestpractical.com>2022-09-02 21:10:40 +0300
committerJim Brandt <jbrandt@bestpractical.com>2022-09-02 21:10:40 +0300
commit216e91714d485dd21ceadc9c9d93cffa501f8504 (patch)
tree9022537695eff84588c02060b9afe2b3dea773ab
parent24faebad50e6f61ca7f39068e841c9e39faf3de4 (diff)
parent8bb49d2363b2d6cacd24abe906606dc20a9ff4cf (diff)
Merge branch '5.0/unify-BeforeActionList-callback-api' into 5.0-trunk
-rw-r--r--share/html/Ticket/Reminders.html2
-rw-r--r--share/html/Ticket/Update.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/html/Ticket/Reminders.html b/share/html/Ticket/Reminders.html
index 953130f853..7248fd8778 100644
--- a/share/html/Ticket/Reminders.html
+++ b/share/html/Ticket/Reminders.html
@@ -48,7 +48,7 @@
<& /Elements/Header, Title => loc("Reminders for ticket #[_1]: [_2]", $Ticket->Id, $Ticket->Subject) &>
<& /Elements/Tabs &>
-% $m->callback(CallbackName => 'BeforeActionList', ARGSRef => \%ARGS, Ticket => $Ticket);
+% $m->callback(CallbackName => 'BeforeActionList', ARGSRef => \%ARGS, Ticket => $Ticket, Actions => \@actions);
<& /Elements/ListActions, actions => \@actions &>
diff --git a/share/html/Ticket/Update.html b/share/html/Ticket/Update.html
index 31a5b6a9bc..0fec498b27 100644
--- a/share/html/Ticket/Update.html
+++ b/share/html/Ticket/Update.html
@@ -48,7 +48,7 @@
<& /Elements/Header, Title => $title &>
<& /Elements/Tabs &>
-% $m->callback(CallbackName => 'BeforeActionList', ARGSRef => \%ARGS, Ticket => $TicketObj);
+% $m->callback(CallbackName => 'BeforeActionList', ARGSRef => \%ARGS, Ticket => $TicketObj, results => \@results);
<& /Elements/ListActions, actions => \@results &>
<div>