Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
CCStd Customization - Remove Submit NOT Working.
vp98aa
Hi,
I have following in the ui_custom.xml file to hide/delete the "Submit" link under the "Work In Progress" portlet (see below). After making the change in ui_custom.xml file, I rebuilt the ui via make_toolkit.ipl which gave me a message "BUILD SUCCESSUL" and no errors at all and it also confirmed that it recognized that the ui_custom.xml file was updated.
What am I doing wrong here? Any clues? Here is hte customization in the ui_custom.xml:
<action-list id="iw.ccstd.work_in_progress.file.actionlist">
<menu id="iw.ccstd.work_in_progress.file.menu">
<iwov-delete>
<link id="iw.ccstd.work_in_progress.file_menu_submit.link" />
</iwov-delete>
</menu>
</action-list>
Thx
Find more posts tagged with
Comments
briggek8717
I think this is what you are looking for.
<action-list id="iw.ccstd.work_in_progress.workarea.actionlist">
<iwov-delete>
<link id="iw.ccstd.work_in_progress.workarea_actionlist_submit.link">
</link>
</iwov-delete>
</action-list>
Bill Klish
Did you get this resolved? It looks ok to me, but I didn't try to put it onto a server. Let me know if you are still stuck.
Bubas_IWOV
Hi,
If you only did the make_file.ipl then you need to do the command below.
IWHOME/install/install_webapps.ipl -i -f
This will resolve your problem.
Bruno