[Rt-commit] rtir branch, 5.0/use-core-custom-field-default-values, repushed

Craig Kaiser craig at bestpractical.com
Thu May 21 14:48:53 EDT 2020


The branch 5.0/use-core-custom-field-default-values was deleted and repushed:
       was d45583df0234b03092748e93254c0c64f7f2c3c3
       now a459b1a0dacc086a75864883749a014455501370

1: 37f1206c ! 1: 9ff832aa Use core default values instead of RTIR_CustomFieldsDefaults config
    @@ -92,17 +92,3 @@
      }
      </%INIT>
     
    -diff --git a/html/RTIR/Incident/Elements/ReplyForm b/html/RTIR/Incident/Elements/ReplyForm
    ---- a/html/RTIR/Incident/Elements/ReplyForm
    -+++ b/html/RTIR/Incident/Elements/ReplyForm
    -@@
    -         QueueObj  => $TicketObj->QueueObj,
    -         Name      => 'Resolution',
    -         Default   => (
    --            $TicketObj->FirstCustomFieldValue('Resolution') ||
    --            RT->Config->Get('RTIR_CustomFieldsDefaults')->{'Resolution'}{$Status}
    -+            $TicketObj->FirstCustomFieldValue('Resolution')
    -         ),
    -         Rows      => 1,
    -     &>
    -
2: d45583df = 2: a459b1a0 Update tests to reflect using core default CF values feature



More information about the rt-commit mailing list