New Features in 1.22.1 include:
- Action handlers will now only display the callback keys that the connector action supports. Previously, all callback keys in the connector were selectable.
- Added a sample data input to the process data inspector for action handlers. This allows the developer of the data flow to override the default data response of connectors when debugging data flows.
- Updated basic and advanced action documentations on the website. All properties are now fully documented. Also included documentation for all possible sub-records on each action (fields, transforms, observers, etc).
- Updated the design of the data flow diagrams. Adjustments were made to help clarify the directionality of the data flows and give the end-user a more intuitive layout for else and finally branches. Specifically, all THEN operator lines are now drawn from the right side of the action box to the next action. All ELSE and FINALLY operator action lines are drawn from the bottom of the action box. This makes it easier to differentiate action operators. The "create new branch" pip now always display at the end of the last branch in the sibling group. Added new pip for "create new else branch". All actions that support sending data to the ELSE operator now display the "create new else branch" pip at the bottom of the action box. Also, all actions that support sending data to the FINALLY operator now display a "create new finally branch" pip at the bottom of the action box.
- Added tooltip descriptions to the minified sidebar icons.
- Added ability to press shift+tab to quickly close the transform type selection menu and return focus back to the parent form.
- All fields action fields that support template syntax now utilize contextual script auto-completion in the admin panel.
- All field actions that support template syntax are now identified in the action documentation on the website.
- Sortable properties are now clearly labeled within the table views in the admin panel interface.
Bug Fixes in 1.22.1 include:
- Fixed issue where custom script code highlight would sometimes incorrectly highlight variable names that contained numeric characters as an error.
- Fixed issue where the custom script code highlighter would fail to properly highlight interpolated strings.
- Fixed issue where actions using the FINALLY operator would cause the action type selection screen to appear empty.
- Fixed issue where the data flow chart view would always scroll to the top when a new side-by-side view was loaded. The view would also scroll back to the top when all side-by-side views were closed. Now the main data flow chart view always maintain its scroll position.
- Fixed issue where calling a re-append to queue action without first calling a append to queue action could cause service instability in some circumstances.
- Fixed issue where the description label on check data actions would not be immediately updated on creation or cloning of the action.
- Fixed issue where closing the transform type selection menu would not return keyboard focus back to the form.
- Fixed issue where input fields that supported template syntax would "capture" the tab key and make it impossible to tab to the next input field.
- Added the missing search input field to the outbound call record logs.
- Fixed incorrect system warnings links in the account logs tables.
- Fixed selection flicker that would occur when selecting actions from the data flow chart.
- Updated links throughout the admin panel to ensure that they have consistent behavior.