Hi all,
is there anyway to remove the "I am available" option from a custom TaskSpace inbox?
I have tried removing the action link from inbox_list_body.jsp but that doesnt seem to work
Many thanks
Hoo
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Hi,
You just need to remove action not in 'inbox_list_body.jsp' but in 'inbox_container.jsp' (...\taskspace.war\taskspace\library\xforms\inbox). Comment there:
<dmf:label name='<%=InboxList.HEADER_CONTROL_NAME%>' cssclass='webcomponentTitle'/><dmfx:actionlink cssclass='drilldownFileInfo' name='<%=InboxList.AVAILABILITY_CONTROL_NAME%>'action='workflowavailability' showifinvalid='true' dynamic='false'/>
~ Konstantin
Thanks Konstantin, thats worked