POST 7.0.0.11 resolved issues

Total: 12 issues

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

Incident # 13659882

POST-14267

Display Job description instead of Job name in ASV inline Edit

The configuration for the Job field in ASV Detail Edit mode cannot be updated to select from a list of job descriptions instead of job names.

Outcome

Fixed by removing hard-coded values in the labor metric fields in ASV Detail Edit and Mass Edit modes. The code for these fields has been updated to resolve the DBlookups according to their configuration.

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

Incident # 13754960

POST-15896

CodeMapper - newly loaded locations not available when calling getLocationById(Long id)

Custom rule using the core CodeMapper.java class does not get new locations from the LOCATION table after a location import.

Outcome

Fixed by invalidating the cache when a location import occurs.

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

Incident # 14593893

POST-17037

Unable to delete row in published MR/OTS template

An Internal Server Error occurs when deleting a row in a published MR or OTS template.

Outcome

Fixed by adding a condition to filter out the null or empty lists before flattening the list.

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

Incident # 14600194

POST-17044

Schedule compliance error is shown for days with no shifts while trying to republish the MR

Schedule compliance errors are displayed on days that do not have shifts when re-publishing an MR.

Outcome

Fixed by updating RuleLogicHelper.calculateDuration, which was ignoring date differences when HONOR_DST is set to false.

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

Incident # 14604778

POST-17089

Date Format on Loan Cancellation Page

In the Employee Loan Cancellation maintenance form, the date format is appearing as MM/dd/yyyy when the SYSTEM_DATE_FORMAT registry parameter is set to yyyy/MM/dd.

Outcome

Fixed by modifying the code to get the date format specified in wbll_system_date_format based on user locale.

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

Incident # 14622327

POST-17124

No word wrap on saved MR/OTS shift comments

On the Shift Comments window in MR/OTS, the text for saved comments wraps lines in the middle of words.

Outcome

Fixed by changing the word-break property value to break-word.

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

Incident # 14634765

POST-17199

Change the position of condition set with a rule (Weekly Overtime Plus rule) failing in calc group under quick rule editor

Users cannot drag and drop to re-order the condition set when configuring the Weekly Overtime Plus rule.

Outcome

Fixed by adding the required code to enable drag and drop functionality for condition sets in the Weekly Overtime Plus rule.

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

Incident # 14642413

POST-17248

Schedule detail import with ~655k records performance

The Schedule Detail import takes too long to complete with over 500,000 records.

Outcome

These changes were made to improve performance on Oracle, SQLServer, and DB2 databases:

  • Reduce the number of required times required to load data for Grouped Transaction Types.
  • Optimized the SQLs for loading import data from WBINT_IMPORT table.

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

Incident # 14629543

POST-17261

Flag for Shift Comments on OTS are appearing on the wrong day

The Shift Comment indicator in OTS does not appear on the correct shift cell when the OTS_NUM_PREV_DAYS registry parameter is set to 1 or more days.

Outcome

Fixed by updating the column index used to display the indicator on shift cells to account for the offset number of days specified in the registry parameter.

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

Incident # 14648217

POST-17331

Leave reasons not filtered based on book off type

When booking off a shift in Central Staffing, the Leave Reason field is not being filtered based on the leave code selected.

Outcome

Fixed by implementing control parameters for configuring the Leave Reason field.

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

Incident # 14651925

POST-17346

'Readers - Import Transactions' Task intermittently throwing NullPointerException

The Readers - Import Transactions task is intermittently throwing a NullPointerException.

Outcome

Fixed by WFMC-4402.

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

Incident # 14661121

POST-17359

Application Error in Shift Configuration when day part added to shift used in MR

An application error occurs in Shift Configuration when adding a day part to a shift that is used in an MR.

Outcome

Fixed.

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