diff options
| author | Mark Wells <mark@freeside.biz> | 2014-11-29 16:35:31 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2014-11-29 16:36:42 -0800 |
| commit | 6514e701a6d9f966f12cc5038a605ebc76ed003d (patch) | |
| tree | c7544a66b40f51415e88cfc5e8fa539d33513fcd /httemplate/elements/tr-select-reason.html | |
| parent | ac038da87ce36f915baa38d75c028efe618d4f85 (diff) | |
fix editing of events that have reasons, from #31702
Diffstat (limited to 'httemplate/elements/tr-select-reason.html')
| -rwxr-xr-x | httemplate/elements/tr-select-reason.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-reason.html b/httemplate/elements/tr-select-reason.html index 9b402b0eb..ae1884d4e 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') { |
