TeamSite 20.4 edit button revert to old behavior?
Hello, our users hate the changes to the "Edit" button in CC pro where you have to click once on "Edit" then again on "Edit with CC Professional".
That plugin or whatever that allows users to edit this dropdown is blocked by our security policy as it requires admin rights.
How do we get the functionality back as it was in 16.6, where clicking "Edit" opens the DCT.
thanks,
Eric
Comments
-
I removed "edit with" option by adding below snippet in iw-home/TeamSite/local/config/lib/content_center/customer_src/etc/conf/customer/ui_custom.xml
<action-list id="iw.ccpro.file.action-list">
<menu id="iw.ccpro.file.edit.menu">
<iwov-delete>
<link id="iw.ccpro.file_action-list.edit.local.link"/>
</iwov-delete>
</menu>
</action-list>
1 -
I added this in the ui_filesys.xml (and tried the ui_custom.xml) file and ran the toolkit but the edit with CC option is still appearing?
Thanks
0 -
I got it to work...I had to add these to the ui_custom.xml file. I just have to make the name shorter. Thanks!
<action-list id="iw.ccpro.file.action-list"> <menu id="iw.ccpro.file.edit.menu"> <iwov-delete> <link id="iw.ccpro.file_action-list.edit.link" refid="_iw.ccpro.edit.menu.link"/> </iwov-delete> </menu> </action-list> <action-list id="iw.ccpro.filesys.menubar"> <menu id="iw.ccpro.edit.menu"> <iwov-delete> <link id="iw.ccpro.edit_menu.edit_local.link" refid="_iw.ccpro.edit.local.link"/> </iwov-delete> </menu> </action-list> <action-list id="iw.ccpro.file.action-list"> <iwov-insert-before id="iw.ccpro.file_action-list.file_properties.link"> <link id="iw.ccpro.file_action-list.edit.link" refid="_iw.ccpro.edit.menu.link"/> </iwov-insert-before> </action-list>
3 -
Hello @bmanilow13 and others,
Thank you for your suggested change in your previous comment here.
Were you able to make its name shorter from "Edit with CC Professional" to just "Edit"? And if so, could you please provide details on how to achieve it?
Thanks
0
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 150 General Questions
- 148 Thrust Services
- 57 OpenText Hackathon
- 37 Developer Tools
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 32 eDOCS
- 186 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 8 XM Fax
- Follow Categories
- Docker Automation
- LiveSite Content Services (LSCS) REST API
- Single Page Application (SPA) Modules
- TeamSite Add-ons
If you are interested in gaining full access to the content, you can register for a My Support account here.