[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.1-430-ga82ff3e

Shawn Moore shawn at bestpractical.com
Wed Jun 21 13:00:15 EDT 2017


The branch, 4.4-trunk has been updated
       via  a82ff3e2ca5125275541f2ec41e93886ef30e570 (commit)
       via  971daa20cf2e05d3829217e868acae034296a912 (commit)
      from  638652d712ddd0ce809ffa99fb2fd58c140ba5bb (commit)

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

- Log -----------------------------------------------------------------
commit 971daa20cf2e05d3829217e868acae034296a912
Author: Dominic Hargreaves <dom at earth.li>
Date:   Mon Jun 19 19:29:42 2017 +0100

    Fix "Unescaped left brace in regex" warning in perl 5.26

diff --git a/share/html/Search/Elements/EditSort b/share/html/Search/Elements/EditSort
index 4ab0800..4853e17 100644
--- a/share/html/Search/Elements/EditSort
+++ b/share/html/Search/Elements/EditSort
@@ -119,7 +119,7 @@ $fields{$_} = $_ for @cfs;
 # Add all available CustomRoles to the list of sortable columns.
 my @roles = grep /^CustomRole/, @{$ARGS{AvailableColumns}};
 for my $role (@roles) {
-    my ($label) = $role =~ /^CustomRole.{(.*)}$/;
+    my ($label) = $role =~ /^CustomRole.\{(.*)\}$/;
     my $value = $role;
     $fields{$label . '.EmailAddress' } = $value . '.EmailAddress';
 }

commit a82ff3e2ca5125275541f2ec41e93886ef30e570
Merge: 638652d 971daa2
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Wed Jun 21 16:59:27 2017 +0000

    Merge branch '4.4/perl-5.26' into 4.4-trunk


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


More information about the rt-commit mailing list