Unable to delete coverage span.Issue The delete button is not visible for rota_admin users to delete coverage spans.ResolutionThe behavior is due to changes made to the 'Delete' UI action found at the link below:<Instance name>/nav_to.do?uri=sys_ui_action.do?sys_id=57dc4c970a0a0b3400f8f0538d3faf94The following two changes needed to be made to update back to out of box:1. Set field 'Form button' to true.2. Remove '&&gs.hasRole("admin")' from UI action condition.