[Rt-commit] rt branch, 4.4/limitcf-number, repushed

Alex Vandiver alexmv at bestpractical.com
Thu Mar 12 18:03:26 EDT 2015


The branch 4.4/limitcf-number was deleted and repushed:
       was 48f76197fddb1506342af94044f8debcf0448730
       now 05627081f47aafae3ea3d74ac085209b464514e3

1:  c0c7b89 = 1:  8ff2029 Remove the unused DESCRIPTION argument
2:  48f7619 ! 2:  0562708 Leave all CF determination logic to _CustomFieldDecipher
    @@ -51,9 +51,10 @@
     -        $CF->Load( $args{CUSTOMFIELD} );
     -    }
     -    else {
    --        $CF->LoadByNameAndQueue(
    --            Name  => $args{CUSTOMFIELD},
    --            Queue => $args{QUEUE}
    +-        $CF->LoadByName(
    +-            Name       => $args{CUSTOMFIELD},
    +-            LookupType => RT::Ticket->CustomFieldLookupType,
    +-            ObjectId   => $args{QUEUE},
     -        );
     -        $args{CUSTOMFIELD} = $CF->Id;
     -    }



More information about the rt-commit mailing list