Record link in list view becomes unclickable when updating the respective record and navigating back to the listDescriptionWhen in a list view and you click on a record link, then update it and navigate back to the list, the link disappears after a moment and the record link is un-clickable.This happens when:1. The List Control has the 'Omit edit button' checked.2. The first column is occupied by a reference field. The subsequent column would then be the link to the record itself.When the link disappears, an Ajax request goes out to the 'com.glide.ui_list_edit.AJAXListEdit' processor and the response comes back without a link for that record link, so it disappears.Steps to Reproduce Reproducible in Fuji and Eureka. Pre-requisites: Log in to a demo. Navigate to a list (such as sc_task.list). Right-click on any column header and select Configure > List Control. Place a check on the Omit edit button field then click Update. Modify the list layout (go to Configure > List Layout). Add a reference field and move it to the top of the selected list (such as the Request field on the sc_task list). To reproduce the issue: Log in to the demo. Navigate to a list (such as sc_task.list). Click on the Record link (not the link for the Reference field). Make a change to the record and submit it. You will be taken back to the list. Expected behavior: The list is rendered and we can see all records having a link. Actual behavior:The list is rendered, the record we just edited has the link, and then the link disappears. WorkaroundMove the reference field(s) so that it is not the first column in the list. This ensures that the first column is the one that takes you to the record.Related Problem: PRB623148