[Rt-commit] rtir branch, 5.0/fix-messagebox-colors, repushed

Blaine Motsinger blaine at bestpractical.com
Mon Jun 1 19:56:51 EDT 2020


The branch 5.0/fix-messagebox-colors was deleted and repushed:
       was 01ed27f43689da8d101ea97f1eeeb543ee289444
       now 241074903523ac54968266a6ec7df4845cac64af

1: 7252d06d = 1: 7252d06d Fix messagebox color for RTIR/Update.html
2: 01ed27f4 ! 2: 24107490 Fix messagebox color for RTIR/Incident/Reply/index.html
    @@ -4,6 +4,24 @@
         
         This commits makes the messagebox colors again work consistently
         with RT.
    +
    +diff --git a/html/Callbacks/RTIR/Elements/Tabs/Privileged b/html/Callbacks/RTIR/Elements/Tabs/Privileged
    +--- a/html/Callbacks/RTIR/Elements/Tabs/Privileged
    ++++ b/html/Callbacks/RTIR/Elements/Tabs/Privileged
    +@@
    +         if ( RT::IR->IsIncidentQueue($ticket->QueueObj)) {
    +             $actions_tab->child(
    +                 reply_reporters => title => loc('Reply to Reporters'),
    +-                path  => RT::IR->HREFTo("Incident/Reply/?id=$id&SelectedReportsAll=1", IncludeWebPath => 0),
    ++                path  => RT::IR->HREFTo("Incident/Reply/?id=$id&SelectedReportsAll=1&Action=Respond", IncludeWebPath => 0),
    +             );
    +             $actions_tab->child(
    +                 reply_all => title => loc('Reply to All'),
    +-                path  => RT::IR->HREFTo("Incident/Reply/?id=$id&All=1&SelectedReportsAll=1&SelectedInvestigationsAll=1&SelectedCountermeasuresAll=1", IncludeWebPath => 0),
    ++                path  => RT::IR->HREFTo("Incident/Reply/?id=$id&All=1&SelectedReportsAll=1&SelectedInvestigationsAll=1&SelectedCountermeasuresAll=1&Action=Respond", IncludeWebPath => 0),
    +             );
    +         } else {
    +             $actions_tab->child(
     
     diff --git a/html/RTIR/Incident/Elements/ReplyForm b/html/RTIR/Incident/Elements/ReplyForm
     --- a/html/RTIR/Incident/Elements/ReplyForm
    @@ -38,12 +56,3 @@
      &>
      
      <div class="form-row">
    -@@
    - $id              => undef
    - $All             => 0
    - $Status          => ''
    --$Action          => 'Correspond'
    -+$Action          => 'Respond'
    - 
    - $Query           => ''
    - $Format          => RT->Config->Get('RTIRSearchResultFormats')->{'BulkReply'}



More information about the rt-commit mailing list