POST 7.0.0.10 resolved issues

Total: 6 issues

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

Incident # 14082114

POST-15631

ASV - Rotation tab - alignment issues found

When the user opens the schedule and goes to Rotation View and does not expand the Total Hours tab, there is no divider/line between the Total Hours header and the Detail tab.

Outcome

Fixed. If rotation name exceeds 30 characters, asterisk is seen instead of showing the complete name.

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

Incident # 14483488

POST-16513

Unable to publish MR with 200 rows

When publishing an MR with 200 rows where 100 rows are assigned to employees and 100 are unassigned. After publishing the master rotation, the MR is not queued for publishing.

Outcome

Fixed. Now check registry TEST_BALANCES before the calculation to validate balance.

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

Incident # 14621092

POST-17105

Performance issue when loading MR due to high number of shifts

Performance issue occurs during the loading of the Master Rotation or the loading of the shift palette. It takes three to five minutes to load more than 2800 shifts.

Outcome

Fixed by caching all the shifts upon the first load based on the team loaded. In addition, only the shifts visible on the shift palette are loaded. Remaining shifts are loaded as the user scrolls.

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

Incident # 14622069

POST-17173

The time code spy glass returns no time code in the Retain AR pop up for the short call and portfolio users

User not able to configure the time code (activity) dblookup on the retain AR page in the relief queue.

Outcome

Fixed. Due to the wrong field name, user was not able to configure the activity field. Corrected the activity field name and also updated its DB lookup query to display all the activities except for break activity.

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

Incident # 14631188

POST-17180

Employee Availability (Time Based) - EE name with apostrophe turned into its HTML entity (')

If the Employee's name contains an 'apostrophe', then while loading the Employee Availability Calendar for a team assigned to that employee in the Employee name list, the employee's name will contain the encoded HTML value of the 'apostrophe'.

Outcome

Fixed.

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

Incident # 14607472

POST-17269

Error during self-scheduling process

Page Execution Error due to checking and unchecking the available shift options repeatedly.

Outcome

Fixed. Concurrency issue with SimpleDateFormat. Changed the scope of SimpleDateFormat to method scope.

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