diff options
author | Mark Wells <mark@freeside.biz> | 2013-01-18 17:42:01 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-01-18 17:42:01 -0800 |
commit | 576d11eecd4aac143ac5d103b056060e2baaf4ed (patch) | |
tree | 44861af92953694c34a0f8a2fcae4d4d78d785ad /rt/FREESIDE_MODIFIED | |
parent | 1fbe9c841ebb293b516dfa4d2611a5cd1a1cf5c5 (diff) |
avoid cloning TimeWorked and related fields on linked tickets, #20543
Diffstat (limited to 'rt/FREESIDE_MODIFIED')
-rw-r--r-- | rt/FREESIDE_MODIFIED | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rt/FREESIDE_MODIFIED b/rt/FREESIDE_MODIFIED index 315d6b200..ace0d499b 100644 --- a/rt/FREESIDE_MODIFIED +++ b/rt/FREESIDE_MODIFIED @@ -160,3 +160,8 @@ share/html/Ticket/Elements/ShowDates share/html/Elements/CustomerFields share/html/Search/Elements/ConditionRow # bugfix for select options list share/html/Search/Elements/PickBasics + +#avoid cloning TimeWorked and related fields +lib/RT/CustomField.pm +share/html/Admin/CustomFields/Modify.html +share/html/Ticket/Create.html |