You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Categories have a new POST /create and a PUT /edit endpoint like the others.
User settings have a new PUT /edit endpoint.
User has a PUT /edit endpoint, /create remains "create or update".
The changes should be backwards-compatible as the old endpoints remain.
The non-standard endpoints have been been deprecated and will be removed later.
The text for saving has been changed "Alice saved a draft." -> "Alice updated the application.". This will be clearer in the future when autosave is enabled (Autosave improvements #3045)
When continuing an old application, the applicant will be shown a warning about problematic fields. (Autosave improvements #3045)
Data Use Ontology (DUO) codes are now rendered in application pdf. Rendered pdf styles have also been tuned for more consistent look. (DUO codes to application PDF #2857)
Don't needlessly complain about the config keys that are passed automatically from system properties and the environment. (Improve config merging #2935)
Application warning and error links were not functioning correctly for attachment fields. This is now fixed. (Required attachment field fixes #2955)
Test/demo data creation now uses configured languages. Mismatch between configured languages and data localizations may cause issues in certain UI components. (Demo data and languages #2334)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Changes
POST /create
and aPUT /edit
endpoint like the others.PUT /edit
endpoint.PUT /edit
endpoint,/create
remains "create or update".Additions
:enable-autosave true
.:enable-save-compaction true
to show less save events in the event history.This is a potential future feature. (see Collaborating on an application #2622, Invited member has very little application permissions #2244)
Fixes
This discussion was created from the release v2.30 "Kellosaarenranta".
Beta Was this translation helpful? Give feedback.
All reactions