Waiting the correction of the bug you can correct it now by modifying the
file contentmenu.vm of the template you use, you look for the word "copy",
you'll find:

#if( $xwiki.hasProgrammingRights())
#submenuitem($doc.getURL('view', 'xpage=copy') $msg.get('core.menu.copy')
'tmActionCopy', '')
#end

and you delete the lines before and after that prevent it to be displayed
you must get:
#submenuitem($doc.getURL('view', 'xpage=copy') $msg.get('core.menu.copy')
'tmActionCopy', '')

so that every user has access to the copy.
-- 
View this message in context: 
http://n2.nabble.com/Programming-rights-needed-for-Copy-Action-tp4677178p4679599.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to