[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.4-32-g143e79009

? sunnavy sunnavy at bestpractical.com
Tue Apr 30 15:17:08 EDT 2019


The branch, 4.4-trunk has been updated
       via  143e79009f6593207c5c6016a83524d792259cb7 (commit)
       via  9bb218b5588ed357c4ff4b309b344d2d43c1a77a (commit)
      from  e0582855356ea216fd53e94559eb2812679c7bfa (commit)

Summary of changes:
 share/html/Elements/SelectStatus | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 9bb218b5588ed357c4ff4b309b344d2d43c1a77a
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Wed Nov 2 09:32:15 2016 -0400

    Default lifecyle type to ticket on SelectStatus
    
    fbd25c2be updated the the call to RT::Lifecycle->Load
    to include Type to accomodate objects other than tickets
    that have lifecycles, specifically assets. This caused issues
    with pages in RTIR that used SelectStatus but didn't pass
    Type. Default to tickets rather than undef for existing cases.

diff --git a/share/html/Elements/SelectStatus b/share/html/Elements/SelectStatus
index 05394ab46..ddc5f2330 100644
--- a/share/html/Elements/SelectStatus
+++ b/share/html/Elements/SelectStatus
@@ -131,7 +131,7 @@ my $group_by_lifecycle = keys %statuses_by_lifecycle > 1;
 </%INIT>
 <%ARGS>
 $Name => undef
-$Type => undef,
+$Type => 'ticket'
 
 @Statuses => ()
 $Object => undef,

commit 143e79009f6593207c5c6016a83524d792259cb7
Merge: e05828553 9bb218b55
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed May 1 03:16:31 2019 +0800

    Merge branch '4.4/select-status-default-lifecycle-type' into 4.4-trunk


-----------------------------------------------------------------------


More information about the rt-commit mailing list