5 Mar
2010
5 Mar
'10
8:18 a.m.
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-tp4677178p467... Sent from the XWiki- Users mailing list archive at Nabble.com.