Version 3.92
This release includes a re-work within the form view code so that the current field state is stored in a central location (rather than being distributed across individual controls). This will resolve the logical conflicts when multiple controls may share the same field name (i.e. within a form selector or dropdown panel) - the last control to be edited will define the state of the field. This also vastly simplifies determining the changes to send to the backend at save time. The changes are largely internal but should streamline performance improvements in later releases.
Bugs
- Improved behavior when using URL in CMS Search - Searching by URL would often return retired and archived branches instead of the current live branch. Corrects the issue to return the current live branch.
- Empty fields being added to asset list - When editing an asset intermittently empty fields are added. Corrects this issue.