POST 7.0.0.13 resolved issues

Total: 15 issues

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

Incident # 14301049

POST-15851

Hide the Submit Button in the "Manage Publish Conflicts" page

There is no option in Config mode to hide the Submit button on the Manage Publish Conflicts pop-up in the MR/OTS edit screens.

Outcome

Added the control to enable hiding the Submit button.

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

Incident # 14523069, 14752947

POST-16672

Inconsistent interpretation of BRK/Unpaid in scheduled shift duration between pay rules

Break time is not excluded when work time is calculated by the Daily Overtime Plus Rule, Weekly Overtime Plus Rule, and Guarantees Plus Rule.

Outcome

Introduced new parameter Deduct Breaks from Schedule Duration when configuring these rules. This parameter allows users to exclude all breaks, exclude unpaid breaks, or include all break time.

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

POST-16779

Drop the newly added index to ES_SHIFT_TEAM table for team ID and dates

The index previously added to the ES_SHIFT_TEAM table has been removed. This index was found through further testing to not improve performance.

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

Incident # 14571045

POST-16914

Offer Shifts button on RQ is not available when shifts are selected by clicking on row header

The Offer Shifts button in the Relief Queue is not enabled when shifts are selected by clicking on row header.

Outcome

Fixed.

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

Incident # 14581417, 14698100

POST-16969

Errors in MVS due to database sequences

Database sequences appear to be causing errors in various areas in MVS. Issue may occur after database backfill or running Flyway.

Outcome

Fixed issue by adding a new column to the shift history link table that holds the active link IDs. This allows the shift history links to be correlated with active links without forcing the IDs to be the same.

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

Incident # 14610279

POST-17329

Unable to delete shifts in Simple Edit mode (for shifts from Auto-Assignment)

Unable to delete shift template shifts that were assigned and published in ASV.

Outcome

Fixed by adding a condition to check if a shift has been created from a shift template. If the shift has been created from a shift template, the user can delete the shift.

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

Incident # 14627953

POST-17403

Search function in Compose Message screen (Workmail) does not work with Japanese characters

Search function in Workmail Compose Message screen does not work with Japanese characters.

Outcome

Fixed by using the decodeURIComponent() to decode the criterion parameter instead of unescape.

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

Incident # 14683007

POST-17451

Payroll Export Asynchronous Task is throwing an Error

An error occurs when running the Payroll Close Wizard and Asynchronous Payroll task.

Outcome

A plugin should always be used with a Payroll Export. The validation message has been improved to say "Plugin is required for the Payroll Export task."

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

Incident # 14696421

POST-17481

Workmail link to Self Scheduler Compliance Violations Report produces an error.

Clicking the workmail link to the Self Scheduler Compliance Violations Report causes an error.

Outcome

Fixed by adding the required request parameter.

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

Incident # 14697234

POST-17521

Japanese localization changes for Cognos report footer

There is incorrect Japanese localization on the Cognos report footers.

Outcome

Updated the Japanese localization for Cognos report footers.

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

Incident # 14713948

POST-17573

Workmail issues with registry parameter CREATE_SCHEDULE_USE_THREAD='JOB'

When the registry parameter CREATE_SCHEDULE_USE_THREAD is set to JOB, an empty schedule is displayed when clicking the URL in the Workmail message received after generating an LFSO schedule. The Workmail is also not localized for Japanese.

Outcome

Fixed the schedule view URL link in the Workmail. Added Japanese localization for the Workmail message body and subject.

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

Incident # 14640857

POST-17615

customAddWhere isn't working on ASV

Custom AddWhere condition does not work when configured in the Employee lookup on ASV.

Outcome

Fixed by removing hard-coded addWhere set and converting to custom AddWhere that can be removed or changed as required. Preserved functionality where the New Ad-hoc Shift pop-up only shows the loaded employees when ASV is loaded for both teams and employees.

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

Incident # 14741607

POST-17638

Schedule Not Printing in Alphabetical Order when sorted by Employee

Shifts are not sorted in alphabetical order by employee names in the printed schedule when the LFSO Schedule screen is sorted by Employee in the Weekly view or the Daily view.

Outcome

Fixed by adding functionality to sort the employee groups in alphabetical order when printing the schedule. The employees are sorted for each group, for example Position or Location, in the generated PDF file.

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

Incident # 14745632

POST-17656

MR conflict detected "incorrect" conflict

The Manage Publish Conflicts pop-up incorrectly detects conflicts between shifts in an LTA row and the sub-row created to cover the LTA.

Outcome

Fixed by filtering shifts based on the assigned employee's ID.

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

Incident # 14595092

POST-17674

Error message when generating new LFSO schedules

An exception 'java.lang.NumberFormatException: For input string: "0,00"' occurs when creating an LFSO schedule.

Outcome

Fixed.

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