Version 9.1.90 (3 June 2024)
Job Profiler
Publish Job Profiles after employee data import (#115740)
Problem
- In some instances when importing users, the new job profiles were not published.
Solution
- Ensure that when importing, new job profiles are automatically published.
Help Files
Implement pages that have not yet been added (#115698)
Problem
- Some pages did not have the Help Files yet
Solution
- Implement Help Files on all pages
Performance Management
Copy Manager Ratings to the Final Ratings column (#111929)
New functionality was added to copy the Manager Rating to the Final Ratings column.
Select the Copy my ratings to the Final Rating button
When confirming the message, the Final Rating column will be populated with the same score as the Manager Rating column. The ratings can be changed if required.
Bulk Actions delete search not working (#100782)
Problem
Solution
- Search control was getting recreated and the click event was lost.
- Changed slightly to apply different classes to the button depending on the Delete / Create page and then bind the search event to both relevant classes.
Show more characters on the comments pop-up (#115651)
Problem
- Sometimes popovers did not display for comments (manager and user, but specifically manager in this case.).
- This happened because the text shown in the table with ellipses used the textBoxMaxDisplay, which is 80 characters.
- But the popover which was then used, used the textAreaMaxDisplay, which is 200 characters.
- This meant that for any comment between 80 and 200 characters, the popover will not display and the text in the table is capped at 80 characters, so the user cannot see what the full comment is - if between that character range.
Solution
- Make sure that the popover also uses the textBoxMaxDisplay, when deciding whether to display.