summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-11-29 16:36:19 -0800
committerMark Wells <mark@freeside.biz>2014-11-29 16:36:25 -0800
commitffda3975d8eefa8d08ae9e468dba33448e207ae6 (patch)
treeaff371664c60cab543c3351fbf973d95216debca /httemplate/elements
parentea16cbe4a50fa79872a4f08225863f39b7d28c06 (diff)
fix editing of events that have reasons, from #31702
Diffstat (limited to 'httemplate/elements')
-rwxr-xr-xhttemplate/elements/tr-select-reason.html1
1 files changed, 1 insertions, 0 deletions
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') {