[Rt-commit] rt branch, 4.4/parse-notify-argument, repushed

? sunnavy sunnavy at bestpractical.com
Thu Oct 11 18:10:24 EDT 2018


The branch 4.4/parse-notify-argument was deleted and repushed:
       was aada2ab9ff762ef7b41d5089abfd6c8418efd927
       now d8558c73f82a58f6d74adaf026c51dda98e235d1

1: 70cb7e22c ! 1: 1e28eef19 Parse Notify action argument assuming it's comma separated
    @@ -195,6 +195,11 @@
     +    my $self = shift;
     +    my $arg  = shift // $self->Argument;
     +
    ++    return unless defined $arg && length $arg;
    ++
    ++    $arg =~ s!^\s+!!;
    ++    $arg =~ s!\s+$!!;
    ++
     +    my @args;
     +    while ( $arg =~ s/^($RE{quoted}|[^,]+)(?:,\s*|$)//g ) {
     +        my $item = $1;
2: 4e4f004ce = 2: 1ad410863 Fix typo
3: aada2ab9f = 3: d8558c73f Test Notify action for custom roles with spaces/commas in name



More information about the rt-commit mailing list