This release includes a number of new features, as well quality improvements and bug fixes.
Please see below for the details of what is included in this release.
Bug Fixes
BUG-16822:
Different Values message not appearing if more than 1 feature is selected with null values.
If more than 1 feature was selected in the map, and there were null field then all of the fields would show as null, when some should show as [Different Values].BUG-40346:
Point layers not being selected on the map if they are a part of a grouped layer with polygons.
The selection tool was not selecting point feature on the map if that layer was in a larger group layer with polygon features.BUG-40859:
Append select doesn’t add feature to selection panel
When a user goes to append to a selection in the client app, the selection does not add the additional features into the Selection Panel.BUG-40878:
Undo/Redo not restoring certain related record fields
When deleting fields with related records, the undo/redo button would sometimes not restore the related records fully.BUG-40906:
Embedded HTML chart displays a bug cross instead of broken message
If an embedded HTML chart was added but was incorrect, the chart would show a bug black x instead of the informative message “Broken… Please try again”.BUG-40949:
Arcade: gp() function fails when the response JSON does not contain a spatialReference
When running a gp() function in Arcade, the response JSON would not contain the spatialReference, and therefore fail.BUG-40951:
Having a scripted date field within a form parameter and a dynamic default value would declare date invalid.
If an app uses a dynamic default value within a form parameter for a date field, the date would register as invalid.BUG-41110:
Unable to filter a mosaic dataset using custom commands
Affected arcade command ‘imagery-layer-settings’, when using it to apply a filter to a mosaic dataset it was not working as intended.BUG-41439:
Subtract and delete operations run for longer than intended.
When running subtract and delete operations, if changes needed to be made server side the operations would run on for longer than intended.BUG-41471:
Date picker disappearing value due to field calculation rules running in the background.
When a user entered a date using the date picker the field calculation run while the picker is open. After the date is chosen the operation would still be running so the date value chosen wouldn’t be saved.