https://bugzilla.wikimedia.org/show_bug.cgi?id=29346

--- Comment #6 from rai...@rillke.eu <rainerril...@hotmail.com> 2011-06-11 
13:17:38 UTC ---
Sorry for being not a professional developer. I was not involved in the
development of upload wizard and simply wanted to submit a bug. I am not
familiar with the deep structure of it.

But I suggest replacing l. 61 which currently is
var templates = mw.isDefined( license.props['templates'] ) ?
license.props.templates : [ license.name ];

with

var templates = mw.isDefined( license.props['templates'] ) ? $j.extend(true,
{}, license.props.templates) : [ license.name ];

or something similar. I don't know the installation of jQuery and so on ... It
is your turn to find out whether this would work.

Sincerely Rillke

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to