Check with support but I have seen some issues with removing items from the menus on 6.7.1, but it works in SP1.I wonder if there was a bug that made its way into 6.7.1
Hi All,I need to create a custom menu item in EDIT menu and edited the ui_custom.xml and added the following code:<iwov-ui> <action-list id="iw.ccpro.filesys.menubar"> <menu id="iw.ccpro.edit.menu"> <link id="iw.ccpro.edit_menu.clone_article.link" label="Copy Article" operationID="custom.clone_article" url="/iw-bin/custom/copy_article.ipl" target="_blank"></link> </menu> </action-list></iwov-ui>Then updated roles_custom.xml menu to add this menu item and run the maketoolkit.But still its not working.Kindly advise.Teamsite : 6.7.1Thanks in AdvanceJohn
I tried iwov-insert-before & iwov-insert-after. But no change and no errors found in the logs. But It worked when i removed the operationID from the LINKS tabs.The new code:< link id="iw.ccpro.edit_menu.clone_article.link" label="Copy Article" url="/iw-bin/FutureNet/copy_article.ipl" target="_blank" >< / link >???