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

             Bug #: 28448
           Summary: imageinfo object malformed if image has already been
                    uploaded
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Normal
         Component: UploadWizard
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


If an image has already been fully uploaded, and you try to stash it again, it
will get created with a malformed imageinfo object attached to it.
Specifically, all the properties in the imageinfo object will be embedded
within an array instead of being directly in the object. This causes things
like
var prop = _this.imageinfo[ propName ];
to fail, and thus the thumbnails won't link to anything.

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to