Resolved! List context menu - g_list.action doesn't work within a callback function - UI Action
Hi,I have it working when the code looks like thisfunction confirmApproval() { var apprSysId = g_sysId; g_list.action('52796e01974031105ca138200153af19', 'appr_list_context', apprSysId); } if (typeof window == 'undefined') updateAndRedirect();...
