Hi,
When I press the clone button,
the contents of the summary and description source are not copied to new summary and description,
and the following contents are entered.
>Summary: %(summary)s (cloned)
>Reporter:
> Cloned from #%(id)s:
> %(description)s
I tried the modifyed and it was worled in IE11, but not in work chrome and firefox.
>ticketclone.js line60
>original: addField(clone, 'summary', _("%(summary)s (cloned)", {
> summary: old_values.summary
> }));
to
>modify: addField(clone, 'summary', old_values.summary + "s (cloned)");
Evironments
>trac: 1.4.3
>Python: 2.7.18
Any clue to make it work?
Thanks,
stella.