$change_request_calendar_view / conflict calendar page blank for non-admin usersIssue When clicking the "Conflict Calendar" ui action and viewing a change in the "change_request_calendar_view" view, no data is displayed for anyone except admins.ReleaseAll releases.CauseThe reason for this behavior is the ACL "Table API" was activated which is inactive OOB.Resolution1. If you wish to keep it active, please grant the role "snc_platform_rest_api_access" to the required user(s) as defined in the ACL.2. This will the pass 'GET' rest API and will load the frame in the $change_request_calendar_view page.