I don't think there's a just-config way to do it. What you
need is to use the
http://community.nuxeo.com/api/nuxeo/5.5/javadoc/org/nuxeo/ecm/core/api/CoreSession.html#move(org.nuxeo.ecm.core.api.DocumentRef,%20org.nuxeo.ecm.core.api.DocumentRef,%20java.lang.String)
method with the new name you want. You'll have to put that
code in a small server-side component, in an Operation for
instance.
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/

Reply via email to