[Rt-commit] rt branch, 4.4/add-after-messagebox-callback-forward, repushed
Blaine Motsinger
blaine at bestpractical.com
Mon Jun 17 15:09:24 EDT 2019
The branch 4.4/add-after-messagebox-callback-forward was deleted and repushed:
was b25406ef739638c32987aad124779aa2102baed8
now 87d4837fccbb7677a7aeb72f99fed9779f1d5a94
1: 566b8fa16 = 1: 566b8fa16 Support cf mappings like CF.foo and UserCF.foo for external auth
2: e453fd2db = 2: e453fd2db Support array and code in attr_map of external auth
3: fe90199fe = 3: fe90199fe Test user cfs and array/code support in attr_map of external_auth
4: 98e1d0025 = 4: 98e1d0025 Dump parsed source code instead of "DUMMY" for sub references in tests
5: 035dd991a = 5: 035dd991a Defer AJAX recipients update a little bit to get form's latest status
6: 201ff40cf = 6: 201ff40cf Added DisplayTotalTimeWorked to RT_Config.pm
7: 6805c82f4 = 7: 6805c82f4 Fix uninitialized warning in ticket searches with __active__ and __inactive__ items
8: 77348044c = 8: 77348044c Improve UI of unread messages notification
9: c87df1c38 = 9: c87df1c38 Add documentation for serializer/importer process
10: ae26a8c8d = 10: ae26a8c8d Add ObjectsForCreating method
11: d4f3ce719 = 11: d4f3ce719 Add tests for ObjectsForCreating
12: 83227fc27 = 12: 83227fc27 For saved searches, split objects lists for creating and loading
13: 91fae5fbb = 13: 91fae5fbb Note behavior change in UPGRADING doc
14: 7e04d335c = 14: 7e04d335c Try harder to get custom field objects to inspect in searches
15: ba0c3309e = 15: ba0c3309e Test custom field inspection in searches
16: eb7b0ef29 = 16: eb7b0ef29 Set the $AttachmentListCount config's default value
17: 24818eb83 = 17: 24818eb83 Sync one time inputs back to checkboxes on ticket update page
18: 6874d09f5 = 18: 6874d09f5 Clarify external auth logging when users are not found
19: 9bb218b55 = 19: 9bb218b55 Default lifecyle type to ticket on SelectStatus
20: 0280dedf5 = 20: 0280dedf5 Use CanonicalizePrincipal to attempt to load users
21: dad0a00b5 = 21: dad0a00b5 Add tests for adding group members by email address
22: 43b908eeb = 22: 43b908eeb Move SignatureAboveQuote to Message box properties
23: e1afd2e7b = 23: e1afd2e7b Add support for setting user CFs on create
24: 7aa3edf8a = 24: 7aa3edf8a Add tests for setting user CFs on create
25: 8575f4ddd = 25: 8575f4ddd Fix pod warnings in RT::User docs
26: b25406ef7 ! 26: 87d4837fc Add callback AfterMessageBox to Forward.html
@@ -9,7 +9,7 @@
</td>
</tr>
-+% $m->callback(CallbackName => 'AfterMessageBox', ARGSRef => \%ARGS, Ticket => $TicketObj);
++% $m->callback(CallbackName => 'AfterMessageBox', ARGSRef => \%ARGS, TicketObj => $TicketObj);
+
</table>
More information about the rt-commit
mailing list