Skip to content

v27.0.0

Choose a tag to compare

@dhis2-bot dhis2-bot released this 17 Apr 06:17
· 90 commits to master since this release

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.