From ffda3975d8eefa8d08ae9e468dba33448e207ae6 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 29 Nov 2014 16:36:19 -0800 Subject: fix editing of events that have reasons, from #31702 --- httemplate/elements/tr-select-reason.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/elements') diff --git a/httemplate/elements/tr-select-reason.html b/httemplate/elements/tr-select-reason.html index c5b3d6f6c..0df7c058a 100755 --- a/httemplate/elements/tr-select-reason.html +++ b/httemplate/elements/tr-select-reason.html @@ -159,6 +159,7 @@ if ( $opt{'cgi'} ) { } my $id = $opt{'id'} || $name; +$id =~ s/\./_/g; # for edit/part_event my $add_access_right; if ($class eq 'C') { -- cgit v1.2.1