-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: BACKLOG
-
Fix Version/s: BACKLOG
-
Component/s: Drag&Drop plugin
-
Tags:
- Make the javascripts used by the client plugin generate a random import batch id.
- Make the importFileFromPlugin / importFolderFromPlugin public methods foward that id to the import plugins (with default to null).
- Change the FF drag&drop plugin call to the importFileReslet to forward the import batch id (the IE plugin still uses the seam remoting API so updating the javscript on the server is enough for IE).
- Plug the end of batch import javascript call to a plugable remote method of the FileManagerService with the batch id as arguments to be able to plug custom post import processing logics and maybe find a way make the final browser redirection / navigation plugable too instead of the currently hardcoded "go to last imported document" behavior.