[Rt-commit] rtir branch, 3.2/grouped-cfs-on-create-incident-and-run-investigation, repushed

? sunnavy sunnavy at bestpractical.com
Wed Mar 28 09:02:46 EDT 2018


The branch 3.2/grouped-cfs-on-create-incident-and-run-investigation was deleted and repushed:
       was f88fca3d24f0a3e64359db85c1f0977072df199e
       now e9c9cddbbd8621643a63bd3b2cc2b79f4c37563a

1: 5d32bda1 = 1: 5d32bda1 Update tests for RT > 4.2.10 which skip PreCreate with just one Class
2: 92355640 = 2: 92355640 Remove the ?id= on DisplayPath, which is added by ShowTransaction
3: daae9d60 = 3: daae9d60 Update copyright for 2015; this tags README as well
4: 3b2b7e6f = 4: 3b2b7e6f Add new RTIR logo
5: 00759ec0 = 5: 00759ec0 update tests for the changed content returned from whois.verisign-grs.com
6: c7218ddb = 6: c7218ddb Use lexical iterator so inline test server can render articles
7: f88fca3d ! 7: e9c9cddb Massage grouped CF inputs too on "Create Incident and run Investigation"
    @@ -24,7 +24,7 @@
          foreach my $k( keys %ARGS ) {
     -        next unless $k =~ /^\Q$prefix\E(\d+)(.*?)$/;
     -        my ($cf_id, $rest) = ($1, $2);
    -+        next unless $k =~ /^(Object-RT::Ticket--CustomField(?::.+)?-)(\d+)(.*?)$/;
    ++        next unless $k =~ /^(Object-RT::Ticket--CustomField(?::\w+)?-)(\d+)(.*?)$/;
     +        my ($prefix, $cf_id, $rest) = ($1, $2, $3);
      
              unless ( exists $cf_map{ $cf_id } ) {



More information about the rt-commit mailing list