MVS 7.0.0.2 resolved issues

Total: 23 issues

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

WFM-23443

Cannot use template when creating bulk version for more than 50 rows

Outcome

Fixed. Caused by a URL that is too long. Rewrite the GET request to POST.

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

WFM-23481

Violations indicators are black in MR/OTS

Outcome

Fixed. Added fill to CSS.

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

WFM-23518

System error in ECP when submit part of split shift

Outcome

Fixed. Add check to prevent book off outside of shift time.

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

WFM-23581

Error occurs when pasting a shift during Spring DST

Copying a newly created shift in ASV results in error in spring 2020 DST.

Outcome

Fixed EsvActionUIService to adjust break times for DST. Breaks are modified by keeping the original time difference between them.

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

WFM-24786

Employee Contact Card/Shift Details Hover cannot be hidden

Employee Contact Card should not be displayed after changing the Employee Card security so that SYSTEM ADMINS Group has DENY Permission Flag. Similar issue for the 'Shift Details' hover (hovering over the Shift Card 'i' icon). The security icon is missing.

Outcome

Fixed. Added Security config for shift details card, and fixed the disable tooltip in directive for employee card.

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

WFM-24881

Shift Details hover popup - cut label, and labels positioning could be done in form of a table

Outcome

Fixed.

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

WFM-24918

Ability to select paper size for MR, OTS, ASV printing

Users can use the Page Size drop down to select the page size when printing schedules from ASV. Administrators can configure the default page size and the available page size options for printing schedules in ASV and the MR and OTS edit screens in Config mode.

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

WFM-24943

6.2.4 to 6.3 Migration Issues

Application error after migration from 624x to 630x

Outcome

Fixed with the following changes:

* Added support to slice up existing off time detail to map to child when only part of the detail points to a child.

* Cleaned up swap with vacant shifts by converting removed vacant into an active RNN.

* Fixed improperly vacanted book off chains by converting to RNN shift.

* Convert cancelled vacant shifts with deleted parents to be deleted and severed association with the rotation.

* Handled broken book-off chain when book-off has no child by adding new RNN child.

* Severed the swap link between swap pair with invalid cancel vacant shift and turned the remaining pair of shifts into a regular book off shift chain.

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

WFM-25070

Claimer is not getting SC violation when claiming a shift in MOB for some SC rules

After posting a partial shift, Mobility user does not see SC violation and the shift is claimed successfully without routing for Supervisor approval.

Outcome

Fixed. Shift time periods were not updated for SC validation. Create a model shifts for SC validation in BillboardShiftSourceMvsImpl.predictComplianceForPostedShift function.

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

WFM-25085

No exception is thrown on approver when approving claimer request that has error violation at the time of clicking Approve all

No exception is thrown when the supervisor, or other user, approves a shift claim request when a schedule compliance error would be added to the claiming employee's schedule due to schedule changes after the claim request was made.

Outcome

Fixed by WFM-25135.

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

WFM-25094

Switching from 'unit to position' and 'position to unit' mode is taking longer time than expected in STC

Outcome

Fixed.

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

WFM-25103

Too many toast messages while loading (presets) stc v2 page

In STC version 2 page, loading of presets results in too many toast messages.

Outcome

Fixed. Toast messages are now suppressed in STC. Toast action in STC is removed.

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

WFM-25107

Stripe on shift cells doesn't reflect LTA color configuration / turquoise color not used for multi-activity book off

The stripe displayed on booked off shifts in Central Staffing does not reflect the color configured for the book off activity. The stripe displayed on shifts booked off with multiple activities has the incorrect color, instead of turquoise.

Outcome

Fixed by updating the service.

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

WFM-25116

FULLNAME_FORMAT reflects on old user in ASV without updating employee information

Old users are affected by new FULLNAME_FORMAT and full name format is not [EMP_LASTNAME], [EMP_FIRSTNAME]. There are several SC violation messages as a result.

Outcome

Fixed. Changed the override logic to update EMPLOYEE_HISTORY.EMP_FULLNAME (for all time periods) to the current FULLNAME_FORMAT every time any of the employee data are overridden.

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

WFM-25135

Posting employee loses shift and shift is locked if claimer encounters hard-stop error(s) after claim is approved

An employee posted shift is booked off and becomes unassigned, instead of being assigned to the claiming user, after a claim request is approved by a supervisor, or other user. This occurs when the claim request is made and then a change occurs in the schedule that would cause a schedule compliance error to be included in the claimer's schedule. The expected result in this case is that the claim request should be rejected, despite the supervisor approval, due to the schedule compliance error.

Outcome

Fixed by validating before booking off the shift and saving the assigned shift and updating posting status only when the assigned shift is successfully saved.

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

WFM-25180

Track dirty is not displayed when user has unapplied Selection Parameters (Center Zone only) /Date change /Time Pickers values change

Outcome

Fixed. Updated condition for track dirty selector. Also fixed step for checking track dirty indicator discovered in WFM-24949.

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

WFM-25203

Invalid RTSS rule is triggered and number of available shift's are not updated as expected

Outcome

Fixed.

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

WFM-25206

Claim rejection notification is deleted when manager had claim request open and approve the request

Outcome

Fixed. Check each decision request, only delete message when message is actually the one currently assigned to business object.

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

WFM-25210

Poster shift is locked is booked-off and locked in ASV when trying to approve claim request from

An employee posted shift is booked off and locked in ASV after a claim request is approved by a supervisor, or other user. This occurs when the claim request is made and then a change occurs in the schedule that would cause a schedule compliance error to be included in the claimer's schedule. The expected result in this case is that the claim request should be rejected, despite the supervisor approval, due to the schedule compliance error.

Outcome

Fixed by WFM-25135.

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

WFM-25219

Float relief shifts disappear from ASV after ASV publishing

Outcome

Fixed. In the AsyncPublishTask, WFM now gathers the float target to send to shift persistence.

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

WFM-25239

Duplicate claim requests are not removed from Manager/Supervisor queue when one of the claim requested is accepted

Outcome

Fixed by rejecting all claims on a shift even if it is from the same employee.

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

WFM-25257

Supervisors are getting 'server error 500' in the Central Staffing page when loading shifts because they miss EDIT permission to MR page

Supervisor is getting 'server error 500' in the Central Staffing page when loading shifts. Errors indicate that supervisors security group has no EDIT permissions to 'Manage Master Rotation' maintenance form, and 'New ES ESV' form.

Outcome

Fixed. Added support for "shared" service belonging to multiple forms.

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

WFM-25281

Two claimer requests display different compliance warnings

Outcome

Fixed by filtering out only approved violation in business object XML when checking compliance violation for poster in ValidateClaimAction.

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