You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have copy action in cq_jcr resource in order to make simple changes which not need groovy scripts.
In my example I had to copy node with its children to new location and overwrite destination nodes with new one.
However, copy action should be possible only for one particular node.
It would be nice to have copy action in cq_jcr resource in order to make simple changes which not need groovy scripts.
In my example I had to copy node with its children to new location and overwrite destination nodes with new one.
However, copy action should be possible only for one particular node.
Use full sling API reference:
http://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html#copying-content
Additionally I've wrote small module in my cookbook which can be useful:
The text was updated successfully, but these errors were encountered: