Hi all,

The thing I want to do is creating documents dropped in the user's workspace instead of currentDocument every where in my application...

I thought about changing the behaviour of the drag'n drop plugin and change Rest helper used by the plugin, am I right ?

Is it something like that ?
<extension target="org.nuxeo.ecm.platform.ui.web.restAPI.service.PluggableRestletService"
      point="restlets">
   <restletPlugin
           name="upload"
           enabled="false"
   </restletPlugin>
   <restletPlugin
           name="eurmdmUpload"
           class="fr.eurocis.eurmdm.platform.ui.web.restAPI.UploadRestlet"
           enabled="true"
           useSeam="true"
           useConversation="false">
           <urlPatterns>
               <urlPattern>/{repo}/{docid}/{filename}/upload</urlPattern>
           </urlPatterns>
   </restletPlugin>
</extension>

Thanks...

Benjamin

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to