LFSO 7.0.0.4 resolved issues

Total: 5 issues

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

LFSO-588

Shifts are not displayed in daily tab when switching from forecast tab after selecting Preset when in forecast tab

When you select a preset from the Forecast tab on the LFSO Scheduling screen and then select the Daily tab, the shifts and coverage graph are not loaded.

Outcome

Fixed by adding a condition to only call the function displayScheduleData when the user is in the Daily or Weekly tab.

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

LFSO-4446

FULLNAME_FORMAT reflects on old user on SC pop-up in LFSO even without updating employee's information

Employee full names are not displayed using an incorrect format in the Schedule Compliance Violations pop-up in the LFSO Schedule screen.

Outcome

Fixed by removing code that was dynamically creating the full name instead of using the full name stored in the database.

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

LFSO-4447

Shift is not available to the claiming employee when the poster has scheduled shifts in two different teams on the same day

Claiming employees cannot see shifts posted to the Shift Billboard by an employee who has posted shifts from two different teams on the same day. This is caused by schedule details, such as job qualifications, being combined for both shifts. The claiming employee could not see the shifts because they did not have the job qualifications required by both shifts, for example.

Outcome

Fixed by filtering out schedule details that do not overlap a posted shift.

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

LFSO-4479

In several tabs, after clicking on the save/delete button, if we go to Config mode or refresh the browser, an error is getting displayed.

The error message 'Invalid Parameter Received' is displayed after clicking the Save or Delete button and then refreshing the browser or opening Config mode in these LFSO maintenance forms:

  • Location
  • Driver
  • Schedule Rules
  • Generate Workload
  • Distribution
  • Special Days

Outcome

Fixed by appending the parameter mfrm_id with the request URL that will be called when the Save and Delete button are clicked.

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

LFSO-4543

'Coverage graph' and 'Total Cost and Hours' are not getting updated and 'Cost and Hours' for a particular department in the schedule is getting disappeared when we load any preset in 'Daily' view or 'Weekly' view on the Schedule page.

The Coverage graph, Total Cost, and Hours are not getting updated when we load a preset in the Daily or Weekly tab on the LFSO Scheduling screen. The Total Cost and Hours are also disappearing.

Outcome

Fixed by adding the necessary function calls that will update these fields when loading the default preset.

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