FileUploadPlugin should not call cleanFileList in endRendering
--------------------------------------------------------------

                 Key: XWIKI-1979
                 URL: http://jira.xwiki.org/jira/browse/XWIKI-1979
             Project: XWiki Platform
          Issue Type: Bug
          Components: APIs
    Affects Versions: 1.2 RC2
            Reporter: Ludovic Dubost


Currently the FileUpload plugin cleans the file list in endRendering. This can 
empty the list after the first  rendering (this happens in 
$doc.getDisplayTitle() in the albatross skin).
We need to rely on XWikiAction to clean up the file upload plugin list.

Also loadFileList should check if the list was already loaded and stop if so.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to