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.
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/trac-users/7aab4e84-a88d-44d0-ad63-0419d21a6222n%40googlegroups.com.