Time Cards Redirecting to Form View when Approved.Issue Time Cards Redirecting to Form View when Approved.ResolutionThis was happening due to a customized "Approve" UI Action for Time Cards.It had an extra line of "action.setRedirectURL(current);" which will direct the user to a record's form view rather than a list. This is why the last record selected in the list was being opened.To revert, follow the steps below. NEXT STEPS:1. Navigate to System Definition > UI Actions2. In the Name column search for "Approve" and in the Table column, search for "time_card". Go to the record3. In the Versions related list, Right-Click the record with the Source of "System Upgrades: glide-versionname..."4. Select "Revert to this version"5. Select OK when prompted