[Rt-commit] rtir branch, 3.4/popup-ticket-create, repushed

Dustin Graves dustin at bestpractical.com
Tue May 24 18:54:11 EDT 2016


The branch 3.4/popup-ticket-create was deleted and repushed:
       was b6d20227e3f20e84f84e347466068786d8acd6a4
       now 5a5cebc077c43e75375a01a0e468ff0c944922c8

 1:  5bab9db =  1:  debc038 popup select queues for RTIR ticket create
 2:  9469b50 =  2:  aa24b8c remove "Create With Investigation" functionality
 3:  a4512b4 =  3:  b4b0a1c skip RTIR ticket create modal if there's only one choice
 4:  e48b0a9 =  4:  73f9b63 fix incident child ticket creation
 5:  89a3ba4 =  5:  2a8b994 support constituency filtering with RTIR create in queue modal
 6:  7e375c1 =  6:  873f43f fix error and warnings in RT::Action::RTIR_ChangeChildConstituencies
 7:  843eb8f =  7:  e6f391a add support in the create RTIR queue modal for child linked tickets and enforce strict contituency linking throughout
 8:  650e09e =  8:  767d065 reordered CreateInRTIRQueueModal template to html/init/args convention
 9:  fdc06a3 =  9:  175f690 added documentation in UPGRADING-3.4 to reflect the removal of "Launch Investigation" on incident creation
10:  8eaa52b = 10:  5e51506 added tests for the new RTIR ticket create modal
11:  b6d2022 ! 11:  cd3f6b5 add js fallback ticket create page CreateInQueue
    @@ -220,7 +220,7 @@
      % unless ( $action ) {
      <a class="button" id="link-incident" href="<% RT::IR->HREFTo('Link/ToIncident/?id='. $id ) %>">Link</a>
     -<a class="button" id="create-incident" href="<% RT::IR->HREFTo('Incident/Create.html?Child='. $id ) %>">New</a>
    -+<a class="button" id="create-incident" href="<% RT::IR->HREFTo('Incident/CreateInQueue.html?Child='. $id ) %>">New</a>
    ++<a class="button" id="create-incident" href="<% RT::IR->HREFTo('CreateInQueue.html?Lifecycle=' . RT::IR->lifecycle_incident . '&Child='. $id ) %>">New</a>
      % } elsif ( $action ne 'No' ) {
      <a class="button" href="<% RT::IR->HREFTo('Display.html?Action='. $action.'&id='. $id) %>"><% loc( $action ) %></a>
      % }
    @@ -345,3 +345,4 @@
     +    jQuery('body').on('click', '.create_child_investigations', showInvestigationsModal);
     +    jQuery('body').on('click', '.create_child_blocks', showBlocksModal);
      });
    +
--:  ------- > 12:  5a5cebc add create in queue pop-up (using js fallback) support to RTIR tests



More information about the rt-commit mailing list