Version 9.1.215.1 (Support Release - 4 March 2026)
Performance Management
Fixed updating of check-in comments for admins (#145530)
Problem
- The updating of check-in comments for admins was not working.
Solution
- Fixed the update functionality.
- The serverUrl did not match the controller method; an additional parameter was needed.
Imports
Correct username changes based on id numbers. Correct the creation of new country master data (#145663)
Problem
- The usernames are not updated from ID numbers, and new users are created. New country and province master data fails to create
Solution
- Correct the logic to query the users with matching id numbers for updates. Correct the contructor creating new master data for province and country.
Learning Management
Resolve issue where snack message is not displayed when saving attendance (#145804)
Problem
- The snack message to indicate that the attendance save was successful or failed is never displayed, leading to confusion on the user side as there is no indication that anything happened. Also, the reload fails because the snack is not being displayed/errored. Appears that the global snack function is not getting injected into the spa-minimal page when the page is called directly; other global references like axios works fine.
Solution
- Added a safe handler to check if the global snack function exists and use it; if not, then it falls back to the SnackBar, which is injected on the minimal layout and is available to use.