sorry, I was typo.
I tried the modifyed and it was worked in IE11, but not in work chrome and
firefox.
Thanks,
stella.
2022年2月2日水曜日 6:10:45 UTC+9 air studio:
> 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/151134bd-26ef-494c-b079-6ad52d91c68an%40googlegroups.com.