| Project import duplicate asset reference fix (ENG-7974) | An issue was discovered that allowed users to import a Project successfully, but all asset-references were broken if another user attempted to import the same project into the same Itential Platform environment. The duplicate project checks have been updated to accurately identify duplicate projects that are not accessible by the current user, thereby improving the user experience. |
| Create group API role assignment (ENG-9372) | A bug was fixed where groups and roles that were added to a custom group using the create group API were not accurately reflected for users in the new group. This fix ensures that the user permissions and roles are correctly assigned and displayed. |
| Adapter DEGRADED status auto-recovery (ENG-9757) | An issue was resolved where adapters that were in a DEGRADED status did not automatically revert to Online status upon restoration of connection. A code fix has been implemented to facilitate automatic recovery from the degraded state, ensuring a seamless transition back to normal operational status. |
| Profile migration script default values (ENG-10245) | A defect was fixed in the migration scripts for Itential Platform Profiles. Previously, default values were being added, which did not align with the updated requirements for new Profiles that no longer necessitate any values. This fix ensures the migration process aligns with the updated requirements. |
| Operations Manager child job 404 error (ENG-10692) | A bug was identified where attempting to access a child job via the Operations Manager UI using the right-click menu for the task resulted in a 404 error. This issue has been resolved, and now clicking the “Open” button will successfully navigate to the intended child job without any errors. |
| Task worker shutdown scheduled task impact (ENG-10795) | An issue was resolved where stopping the Task Worker negatively impacted the ability to manage scheduled tasks on an instance. This issue persisted until the instance was restarted. The fix ensures that the scheduled tasks can be handled without requiring a restart after stopping the Task Worker. |
| Redis credentials logged on shutdown (ENG-10897) | In rare instances during the shutdown process, the Platform had the potential to log Redis credentials inadvertently. A fix has been successfully implemented to prevent this from occurring, thereby enhancing security and protecting sensitive information. |
| UpdateForm API invalid ID crash (ENG-11035) | An issue was discovered that allowed users to inadvertently input an invalid ID into the UpdateForm API, which caused app-json_forms to unexpectedly stop working. This problem has been resolved through the implementation of input validation measures, ensuring that such invalid entries are no longer possible. |
| Workflow task add performance with many adapters (ENG-11131) | In scenarios where numerous adapters have been installed, users may experience a freezing issue when attempting to add tasks to a workflow. To address this concern, significant enhancements have been implemented in the workflow rendering process, which has resulted in significant performance improvement when a task is added to the workflow. |