Added
- Allow field named __inventory__ to have array to launch against multiple inventories (ansible only)
- Add new validation
validIf
andvalidIfNot
. Use an expression field as validation. - Add new
refresh
property to manually or auto refresh expression/query fields. - Add table enhancements
- prepopulate with
query
andexpression
- insertMarker and deleteMarker (to mark deleted or new records)
- allowDelete and allowInsert (to allow insert/delete)
- readonlyField
With this table feature you can now load existing data and use table to modify it.
The allowInsert set to false will focus on modification only.
The deleteMarker set to value of choice, will allow you to use ansibleabsent
for deleted records.
Read the wiki for more details.
- prepopulate with
Fixed
- Fixed a bug in notIn and in validation
- Fixed (dependency + expression) bug
- Fixed execute bug (read proper exit code)
- Fixed Warning color to orange
- Removed constants from new form in designer
Changed
- Upgrade from fontawesome 5 to 6
- Label is no longer a required property