WFM maintenance 7.1.0.30 resolved issues

Total: 6 issues

POST-21611

Incident # 15840523

Master Keystore Update Error

User receives an error after running the command keyManager.bat -update <File name for new master key> <keystore password>.

Outcome

Fixed. Added missing application context and also missing annotations.

POST-22018

Incident # 15845012 16408464

Dashboard Timesheet: Override pop-up is blank on Mingle frame

Shift override pop-up is displayed blank intermittently in the Daily Timesheet.

Outcome

Fixed by using getWfmTopWindow() instead of window.top.

POST-22503

Incident # 16215107

WFM page error when clicking link/URL in email message

WFM page errors occur when an unauthenticated user clicks links to WFM in emails sent via the Mail Forwarding task.

Outcome

Fixed by catching the AuthenticationException for the unauthenticated user before the Runtime Exception occurs due to the lack of user session.

POST-22971

Incident # 16357612

Unable to set default Generate Options in Schedule Template > Generate Schedule

The default options for these options in the Generate Schedule screen cannot be set in Config mode:

- Generate Workload based on Staffing Requirements

- Generate unassigned shifts

Outcome

Fixed by adding separate fields and diamond icons to configure these options.

POST-23058

Incident # 16098599

Time Off Approval Getting Book Off Error

When an employee requests time off using the Type 'BANKED HOLIDAY' and the supervisors go to approve the request, they receive this error:

There is no activity mapped for Book Off BANKED HOLIDAY, please map an activity to this book off

Outcome

Fixed.

POST-23146

Incident # 16410427

Worked N Minutes not considering ExpressionString when Start Day of the Week is used

WorkedNMinutes Condition ignores the value in ExpressionString when Start Day of the Week is provided.

Outcome

Fixed by adding logic to consider the expression string also when StartDayOfTheWeek is provided.