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

  • Les Bleus
    Les Bleus Member
    edited December 27, 2021 #2

    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>

  • bmanilow13
    bmanilow13 Member
    edited December 29, 2021 #3

    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

  • bmanilow13
    bmanilow13 Member
    edited January 4, 2022 #4

    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>
    
  • 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

TeamSite Developer Resources

  • 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.
image
OpenText CE Products
TeamSite
APIs