> For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://docs.itential.com/itential-platform/2023-2/release-notes/changelog/2024/8/7/llms.txt. > For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server. # 2023.2.6 Platform 2023.2.6 is a maintenance release containing enhancements, bug fixes, and security updates. #### Enhancements (1) | Feature | Description | | --------------------------------------------------- | ------------------------------------------------------------------------------------------- | | **several workflow canvas tasks to use** (ENG-1989) | Updated several workflow canvas tasks to use Projects as a reference variable via dropdown. | #### Bug fixes (7) | Feature | Description | | --------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **using JSON Forms with multi-select dropdown** (ENG-54) | When using JSON Forms with multi-select dropdown fields that have a large number of items, the browser becomes unresponsive when searching for an item in a field. To resolve, updated the `ph-json-form` dropdown widget to include pagination control and default to 100 items max in the dropdown. | | **User was unable to download the** (ENG-106) | User was unable to download the artifact.json of a Pre-Built from Admin Essentials that includes a TextFSM or Jinja2 template. Fixed an issue that prevented export (download) of Pre-Builts with Jinja2 or TextFSM templates from Admin Essentials. | | **an issue that caused the Cancel** (ENG-1018) | Fixed an issue that caused the Cancel Job and Revert Job modals to display incorrect name values. | | **running a job from a pre-built** (ENG-2350) | When running a job from a pre-built workflow, the JSON Forms app crashes and the `validateSchema` task indefinitely remains in running state. To resolve, implemented additional error handling in the `validateData` task to check for invalid form data. | | **trying to delete job errors in** (ENG-2622) | When trying to delete job errors in Operations Manager, the Delete Jobs dialog would also include successfully completed jobs in the errors table. To resolve, fixed a bug in the dialog to only show failed jobs. | | **attempting to view a template, Automation** (ENG-3142) | When attempting to view a template, Automation Studio no longer returns an error and stops working. | | **The boolean options for the `pass_on_null`** (ENG-3312) | The boolean options for the `pass_on_null` parameters in a JST query task can now be selected when users hover their mouse pointer (cursor). |