[Rt-commit] rtir branch, 5.0/allow-inline-edit-on-ticket-display, repushed

Craig Kaiser craig at bestpractical.com
Tue Jan 5 08:24:11 EST 2021


The branch 5.0/allow-inline-edit-on-ticket-display was deleted and repushed:
       was 3b8dfe7df47edabdcf50afba3b54acf09daa64df
       now fa3c3d164e84ff88c4db8b859c6419ca5cbc0907

1: c6e8e4b5 ! 1: fffa4158 Add inline edit to RTIR Display.html page
    @@ -342,18 +342,3 @@
     +$InlineEdit       => RT->Config->Get( 'InlineEdit', $session{CurrentUser} )
      </%ARGS>
     
    -diff --git a/html/RTIR/Incident/Display.html b/html/RTIR/Incident/Display.html
    ---- a/html/RTIR/Incident/Display.html
    -+++ b/html/RTIR/Incident/Display.html
    -@@
    - 
    - <& /Elements/ShowCustomFieldCustomGroupings,
    -     Object       => $TicketObj,
    --    title_href => RT::IR->HREFTo("Edit.html"),
    -+    title_href   => RT::IR->HREFTo("Edit.html"),
    -+    InlineEdit   => ($can_modify || $can_modify_cf) ? 1 : 0,
    -+    ActionURL    => RT->Config->Get('WebPath')."/RTIR/Display.html"
    - &>
    - 
    - <&| /Widgets/TitleBox,
    -
2: c4b8f6bb ! 2: 874443e6 Add inline edit to Incident/Display.html page
    @@ -1,6 +1,6 @@
     Author: craig kaiser <craig at bestpractical.com>
     
    -    Add inline edit to Incidents/Display.html page
    +    Add inline edit to Incident/Display.html page
     
     diff --git a/html/RTIR/Incident/Display.html b/html/RTIR/Incident/Display.html
     --- a/html/RTIR/Incident/Display.html
    @@ -163,9 +163,8 @@
      
      <& /Elements/ShowCustomFieldCustomGroupings,
          Object       => $TicketObj,
    -     title_href   => RT::IR->HREFTo("Edit.html"),
    --    InlineEdit   => ($can_modify || $can_modify_cf) ? 1 : 0,
    --    ActionURL    => RT->Config->Get('WebPath')."/RTIR/Display.html"
    +-    title_href => RT::IR->HREFTo("Edit.html"),
    ++    title_href   => RT::IR->HREFTo("Edit.html"),
     +    InlineEdit   => ($can_modify || $can_modify_cf) ? $InlineEdit : 0,
     +    ActionURL    => RT->Config->Get('WebPath')."/RTIR/Incident/Display.html"
      &>
3: 3b8dfe7d = 3: fa3c3d16 Add ARG for /RTIR/Elements/ShowIncidents to add classes when in a form



More information about the rt-commit mailing list