LFSO 7.0.0.5 resolved issues

Total: 4 issues

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

LFSO-2148

Able to generate multiple overalapping workloads for the same schedule period

On the 'Generate Workload' page, the application allows you to create new workloads for a date range that is overlapping with the existing date range for which we have already defined the workloads.

Outcome

Fixed. Updated the query in the validating function so that it will check whether we have already defined workloads with the overlapping date range, instead of checking for the same date range.

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

LFSO-4378

FULLNAME_FORMAT does not reflect properly to new user in schedule compliance warning and error messages and fair scheduling pop up

FULLNAME_FORMAT registry setting doesn't reflect for fair scheduling pop up. The original implementation of this registry has been missed for fair scheduling.

Outcome

Fixed by extending the implementation on fair scheduling.

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

LFSO-4457

System error in Mobility when posting shift to billboard at the same time of swapping employee shift in schedule

Outcome

Fixed by adding validation to check if shifts are posted to billboard for actions in schedule.

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

LFSO-4567

'Cancel' button is not working properly on the pages which are using 'SOmenu.jsp' to go backward.

The 'Cancel' button is not working properly on the four different pages which are using the 'SOmenu.jsp' to go backward. On all the affected pages, when we click on the 'Cancel' button, the application will be redirected to the 'SOmenu.jsp'. This jsp will first create breadcrumb and redirect the application by loading the last link mentioned in the breadcrumb list.

Outcome

Fixed. Instead of forwarding the application to the 'SOmenu.jsp', when we click on the 'Cancel' button, the last link mentioned in the breadcrumb of the same page will be loaded, so that it will always redirect the application to its parent page accurately.

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