POST 7.0.0.15 resolved issues

Total: 10 issues

----------------

Incident # 13730337, 14839690

POST-14488

Application error related to Security in Relief screen when viewing employee details

In the Relief screen when a list of employees is displayed in the Employee Pool section, the employee details popup displayed on hover is not working. The following error is displayed "[EMPLOYEE NAME] on [DATE]: You do not have team permission for the employee on this date."

Outcome

Fixed. Added functionality to the Employee card to show a localizable error message when user lacks permission to view employee details. This localization can be configured from the RCA page.

----------------

Incident # 14490252

POST-16946

"PROCESS REQUIRED" status remains on rotation when Draft row is not activated

When a new row is added to a rotation but is not active, the status on the rotation will remain as PROCESS REQUIRED even after publishing.

Outcome

Fixed. Now check if all row versions are draft before setting publishing status.

----------------

Incident # 14603124

POST-17069

Colors are different when display options Availability and Hours of Operation are both selected.

When the system is displaying the schedule with HOOP + Availability in daily view, the availability interval lines are created incorrectly which is causing the display issue.

Outcome

Fixed. Changed the code to code to generate the availability intervals appropriately in between the HOOP time intervals with the correct color.

----------------

Incident # 14625576, 14724897

POST-17169

User Team Data cannot be saved on Some Pages

When using Find or Advanced Search to find team information, the user team data cannot be changed and saved.

Outcome

Fixed.

----------------

Incident # 14625670

POST-17188

Unable to add ‘Employee Work Type’ to Employee Card

The Employee Work Type override field (EMPWRKTYP_NAME) cannot be configured to show on the employee information card in the Timesheet, Supervisor Approval Worksheet, ASV, One-time Scheduler, or Master Rotation screens.

Outcome

Fixed. The employee information card has been enhanced to show the Work Type and Employment Type fields.

----------------

Incident # 14701880

POST-17516

Finnish Translations Issues

Localization issues in Finnish language.

Outcome

Fixed by getting the locale ID hierarchy using authenticated user locale.

----------------

Incident # 14731148

POST-17679

MR - conflicts are not detected when shift is overlapping with another MR when emp in temporary unassignment

Conflicts are not detected when the shift is overlapping with another MR.

Outcome

Fixed by removing the condition skipping conflicts check for temporary unassignment.

----------------

Incident # 14759652

POST-17699

MR republishes retro shifts when roster was last published in 6.3 and row assignment end date is changed

After an upgrade from 6.3.0.x to 7.0.0.x, when an MR or OTS schedule is re-published, schedule details are being republished even though there were no changes.

Outcome

Fixed by replacing equals with stringUtil's compareFlag and compareUdf.

----------------

Incident # 14783184

POST-17768

Employee loan request message not showing borrowing store

When going into Messages and viewing a submitted employee loan request, the \"Borrowing Store\" field is blank. Only the loaning store is populated (which is the store of the manager viewing the request).

Outcome

Fixed by adding a resolve DataSource query to display the borrowing store DBlookup.

----------------

Incident # 14804680

POST-17865

Call List not allowing managers to assign employees from other teams in Relief Queue

An incorrect validation message prevents a user from assigning an employee from a Call List to a shift in the Relief Calling Area, if the user does not have security access to the employee's team. The employee should be allowed to be assigned to the shift if they are included in the Call List.

Outcome

Fixed by disabling the EmployeeTeamPermissionValidator for RCA assignments.

----------------