Retire UI action on Knowledge block is not working, the block is not being retired and "Action not authorized" message is observedIssue After upgrade to Tokyo Patch, when trying to retire a Knowledge block using Retire UI action related link, the block record is not being retired and the message 'Action Not Authorized' is observed after the action. ReleaseTokyoResolution1. Go to Retire UI action for knowledge blocks https://<instance_name>.service-now.com/sys_ui_action.do?sys_id=6bab096a53201300a9a2664906dc34c2 2. Change the action name from 'retire' to 'retire_block' 3. Go to script section, and under retireBlock() method on line#5 change gsftSubmit(null, g_form.getFormElement(), 'retire'); to gsftSubmit(null, g_form.getFormElement(), 'retire_block'); 4. Under destroyDialog method on Line#24 change gsftSubmit(null, g_form.getFormElement(), "retire"); to gsftSubmit(null, g_form.getFormElement(), "retire_block"); 5. Change the workspace field (Line #11, #17 and #31) as well like the image below: