After cloning a ptrack project any action items and or milestones associated with the cloned project doesn't show the action item/milestone name they show [object Object] this only occurs on the project details page (200). If I click the object object link it takes me to the correct milestone/action item so the problem is the action item name ("action" column in the database) doesn't show in the project details page. Here is the code that I believe generates the link via the action items vertical calendar plug in:
apex_util.prepare_url('f?p='||:APP_ID||':78:'||:APP_SESSION||':::78:LAST_VIEW,P78_ACTION_ITEM_ID,P200_ID:200,' ||a.id||','||a.action||','||:P200_ID)
Anyone have any ideas? This is APEX 18.3
objectObject.JPG (34.53 KB)