v27.0.0
27.0.0 (2025-04-17)
Bug Fixes
- return new name and desc from file menu rename instead of PATCH request [DHIS2-19433] (#1771) (6fa6487)
BREAKING CHANGES
- Instead of using patch, which causes several backend errors, the rename dialog
now just returns the user's changes to name and description, and leaves it
to the app to save the changes.
To support save centrally for analytics apps, preparePayloadForSave was added
This is a workaround until problems with patch are fixed.