POST 7.0.0.28 resolved issues

Total: 8 issues

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

Incident # 14239924,15037706

POST-15872

"HttpErrorResponse" pop-up message appears when hovering over an employee assigned to an OTS row

An HTTPErrorResponse Internal Server Error 500 occurs when hovering over the employee column in an OTS.

Outcome

Fixed by adding a new param and changing the query statement for pulling employee visibility.

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

Incident # 14905978

POST-18659

Unable to see rejected clocks in Timesheet

An error occurs when viewing rejected clocks in the Daily Timesheet. This issue occurs when the clock record contains letters in the CTRJ_TYPE field in the CLOCK_TRAN_REJ_J table.

Outcome

Fixed by casting the CLKTRANTYPE_ID field as varchar.

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

Incident # 15113982

POST-18685

Clocks after manual authorization cause authorization anomalies

These issues may occur when displaying authorizations in the timesheet:

  • Days that appear authorized become unauthorized when another day is manually authorized by a manager.
  • Days that appear authorized today become unauthorized after clocks are processed the next day.
  • Days that appear unauthorized today become unauthorized after clocks are processed the next day.

Outcome

Fixed by using workSummary instead of loadedWorkSummary.

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

Incident # 15118546, 14927316, 15217079

POST-18785

Time out error occurs when trying to inactivate the rotation

User is seeing an HttpErrorResponse after inactivate API timeout.

Outcome

Fixed. Performance improvements made to optimize the inactivate API.

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

Incident # 15153162

POST-18855

Blackout period is not working in Job Scheduler

Job scheduler tasks are still running during the blackout period when the blackout start date and end date are on the same day.

Outcome

Fixed by adding logic to store the blackoutDates correctly in the database.

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

Incident # 15148836

POST-18869

Error when deleting a calc group

When trying to delete a newly created calculation group, an error "A record could not be deleted because other records in the system depend on it" occurs.

Outcome

Fixed by disabling the delete button from the Calc Group maintenance form.

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

Incident # 15247259

POST-19180

Critical Prod Issue - PST Time Wrong

When an employee assigned to the US/Pacific-New time zone (TZ_ID = 122) logs into mobility, the GMT offset is not respected.

There is a JDK version issue related to the US/Pacific-New time zone.

Outcome

Fixed be removing the US/Pacific-New time zone from WFM and updating all existing references to this time zone to US/Pacific (TZ_ID = 121).

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

Incident # 15257536

POST-19207

Exists Override Condition does not handle % correct in the NewValueValue parameter

The Exists Override Condition no longer allows pattern matching in the New Value Token Values parameter (for example, %YEAR).

Outcome

Fixed. The New Value Token Name and New Value Token Values parameters allow % for matching strings.

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