Thursday, October 5, 2023
2 changes · master
Enhancements to existing features
A new option is available in form view debug mode to show all raw field data for the current record in JSON format. This helps support and technical teams inspect record details more quickly when troubleshooting or validating data.
Original PR description
This commit introduces a new debug menu item in form view that allows to read all the raw fields data of the current record in JSON format. task-3509462
The map view list now hides records that do not have location data instead of showing them as dimmed entries. This makes map-based lists cleaner and helps users focus only on records that can actually be displayed on the map.
Original PR description
This commit changes The map view so that it will only show located records in the list and hide non located ones instead of displaying them with text muted class. task-3379997