[Bps-public-commit] rt-extension-rest2 branch, transaction-custom-fields, repushed

Michel Rodriguez michel at bestpractical.com
Fri Aug 2 08:22:29 EDT 2019


The branch transaction-custom-fields was deleted and repushed:
       was c34ef86218cf13f2491dacf9d1cc4b67b6b1e007
       now d2deaea895e28d0e5f11d84d68e7142752cc4009

1:  5a50b0a = 1:  5a50b0a Added Transaction Custom Field updates on Correspond and Comment
2:  11576d0 = 2:  11576d0 added doc for custom fields on transaction
3:  c34ef86 ! 3:  d2deaea Added pre-processing of arguments to allow transaction custom field names to be used, instead of the full name
    @@ -57,7 +57,7 @@
     +    while( my $cf= $cfs->Next ) {
     +         $txn_cf_name_to_id{$cf->Name} = $cf->Id;
     +         # also allow the full name  
    -+         my $full_name = "Object-RT::Transaction--CustomField-" . $cf_id;
    ++         my $full_name = "Object-RT::Transaction--CustomField-" . $cf->Id;
     +         $txn_cf_name_to_id{$full_name} = $cf->Id; 
     +    }
     +



More information about the Bps-public-commit mailing list