[Rt-commit] rt branch, 4.4/add-callbacks-ticket-forward, repushed

Blaine Motsinger blaine at bestpractical.com
Tue Jun 18 19:17:04 EDT 2019


The branch 4.4/add-callbacks-ticket-forward was deleted and repushed:
       was 5a6a2996f3895f1f471d8d661daac598c93c901a
       now 654f9ac1d03b1414ceb2fa858c443ecbb83eaeb4

 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: 5a6a2996f ! 26: 654f9ac1d Add callbacks to Forward.html
    @@ -20,7 +20,7 @@
      my $TicketObj = LoadTicket($id);
      $id = $ARGS{'id'} = $TicketObj->id;
      
    -+$m->callback( ARGSRef => \%ARGS, CallbackName => 'Initial' );
    ++$m->callback( ARGSRef => \%ARGS, CallbackName => 'Initial', TicketObj => $TicketObj );
     +
      my $gnupg_widget = $m->comp('/Elements/Crypt/SignEncryptWidget:new', Arguments => \%ARGS );
      $m->comp( '/Elements/Crypt/SignEncryptWidget:Process',



More information about the rt-commit mailing list