MVS 7.0.0.1 resolved issues

Total: 21 issues

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

WFM-22622

Click OK on attention required window showing application error

An application error occurs when user clicks OK in the Attention Required pop-up when attempting to revert a shift swap in ASV that would shorten a booked off shift.

Outcome

Fixed by updating SwapValidationServiceImpl to use general validation.

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

WFM-23661

MVS - Localization is missing for few fields in Manage Master Rotation form

Localization options are missing for these column headings in the Manage Master Rotation maintenance form: Effective Start Date, Effective End Date, and Inactive. A localization option is also missing for the validation message displayed when the user opens a Master Rotation for dates when it is not effective.

Outcome

Added localization options for the column headings and the message.

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

WFM-23668

MVS - Localization is missing for few fields in Manage Master form after creating MR

Localization is missing for strings in the MR and OTS edit screens and in the Create New Master Rotation maintenance form.

Outcome

Added localization options and added default localization strings to the WORKBRAIN_MSG_LOCALE_DATA table.

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

WFM-24022

User cannot reload the same preset again when there are any additionally applied selection parameters or sorting

In Central Staffing, selection criteria and sort options selected after loading a preset remain selected after re-selecting a preset.

Outcome

Added the Reload Preset button. Users can click the Reload Preset button to refresh the schedule using the options saved in the preset. This resets the selected date and time range to the time range specified in the preset and clears any changes that have been made to selection criteria or sort options.

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

WFM-24216

When default language for system is not English, cancel book off show application error

An application error occurs when canceling a book off in ASV when the system default language is not set to English.

Outcome

Fixed.

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

WFM-24421

Unpublished shifts, both assigned or unassigned should not be displayed in the STC Center zone/ Float Pool zone

Unpublished shifts are displayed in the Schedule Zone and Float Pool Zone in Central Staffing.

Outcome

Fixed by updating the filtering to not display unpublished shifts in Central Staffing.

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

WFM-24636

Application error when add invalid MR start date

An application error occurs when specifying an invalid date as the Start Date when creating a new MR.

Outcome

Fixed by adding a validation of date value in DatetimeBox class. Validation returns an appropriate error message when user specifies an invalid date.

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

WFM-24686

Application error on Generating schedule Template with Inactivated Shifts

Application error occurs when generating a schedule from a shift template that has shifts that become inactive on an effective date during the date range specified for schedule generation.

Outcome

Fixed. Shifts that have been inactivated are not generated starting from the first day after the effective date for the inactivation.

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

WFM-24717

Schedule is generated for n+1 days (if registry "SCHTEMP_GENERATION_MAX_DAYS" is set for 10 days, Schedule is generated for 11 days)

Schedules are generated for one more day than the number of days specified in the SCHTEMP_GENERATION_MAX_DAYS registry parameter.

Outcome

Fixed by including the end day when calculating which days to publish.

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

WFM-24973

Shift Selection icon is overlapping billboard icon in mobility My Schedule widget

In the My Schedule widget on the Mobility home page, the icon displayed for shifts posted to Shift Billboard is overlapped by the icon to display shift flag and UDF values.

Outcome

Fixed.

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

WFM-25047

Employee shift claim is rejected, when employee claiming the shift from grouped shifts

Users are notified that their shift claim request has been rejected when a shift that is part of a group of manager posted shifts is successfully claimed or is withdrawn from the billboard. This notification is sent even though there are additional identical shifts still available in the shift group.

Outcome

Fixed by adding a posting IDs field to the claim business object to store the available posting IDs in a shift group. Before sending notifications to claiming users, the posting IDs field is checked to ensure there are no shift postings in the shift group that are still valid.

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

WFM-25106

FULLNAME_FORMAT does not display correctly in ASV for the new user in shift hover

Employee full names for new employees, or when employee names are changed through an employee override, are not displayed according to the full name format specified in the FULLNAME_FORMAT registry parameter. This issue has been noted in various fields in the MVS scheduling screens.

Outcome

Fixed by using the full name stored in the EMP_FULLNAME field in the database instead of dynamically creating the full name. Note that the EMP_FULLNAME field is populated upon the creation of the employee record.

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

WFM-25144

User should be able to reload the staffing center by hitting the 'Load' button

Users can click the Load button in Central Staffing at any time to refresh the schedule information displayed. This ensures that users are working with the latest schedule including changes that were made in other parts of the application.

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

WFM-25182

Incorrect message pop-up when employee posting a shift on Billboard, when run immediate workflow for Posting is set to false

When the Submit immediately option is disabled for the Shift Billboard posting workflow, users posting a shift receive a message that their shift has been routed for approval. This message is incorrect because the request does not start the workflow until the next time the Workflow task is executed.

Outcome

Fixed by returning null from the posting workflow when Submit immediately has been disabled. Users that post shifts are notified that their request has been submitted and to check their workmail for updates.

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

WFM-25195

'Swap' and 'Revert Swap' buttons are missing localization

Swap and Revert Swap buttons in ASV do not have options to localize the button labels.

Outcome

Localization options have been added for these buttons.

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

WFM-25196

Float Pool 'Sort' icon is missing security

Security control option is not available for the Sort button in the Float Pool Zone in Central Staffing.

Outcome

Added the security control option.

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

WFM-25211

500 error when opening Job DBlookup in Central Staffing, when preset is load

A 500 internal server error occurs when opening the Employee or Job fields in the Float Pool Zone selection parameters when a preset is currently loaded.

Outcome

Fixed.

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

WFM-25229

Manager approval message is not removed when canceling a posted shift in ASV

When a manager cancels a pending shift post request in ASV, approval messages are not deleted from the inbox for approval users.

Outcome

Fixed.

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

WFM-25230

MROTS PDF print does not correctly change the number of days shown based on page size selected.

The number of day columns included in the print PDF of an MR or OTS is not updated to fit different page sizes.

Outcome

Fixed by calculating the number of columns to include in each page based on the page size specified by the user.

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

WFM-25252

MVS One Time Scheduler Job Scheduler Performance Downgrade

The publishing task takes a long time to publish large numbers of OTS schedules.

Outcome

Improved the performance by passing in the already loaded rotation instead of loading rotations twice per row thread.

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

WFM-25253

Billboard migration fails when current postings are for deleted shifts

Migration when upgrading a 6.2.4 database to 7.0.0 if there are shifts that are posted to Shift Billboard that have been marked as deleted.

Outcome

Updated the migration to delete billboard postings for shifts that are empty or no longer exist.

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

WFM-25261

MR/OTS Templates 'Select Date Range' page contains multiple localization issues

Localization options or messages are missing on the Select Date Range page displayed when opening an MR.

Outcome

Corrected keys for localization configuration options. Added missing configurations for error messages.

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