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
(Experimental) Voting options are expanded to have types, i.e. reviewer and handler voting. Use :enable-voting. (Voting for reviewers #3257)
Email templates (:t.email/...) and event translations (:t.applications.events/...) now support named format parameters, and default english localizations have been updated for reference. While REMS moves towards fully supporting named parameters, all translations with index parameters should continue to work. Localizations with many parameters (like emails) have been burdensome to maintain with index parameters, so transitioning into named parameters is highly encouraged. (Localization improvements #3241)
Processing states have been added. Now, in addition to the main states (draft, submitted, returned, approved, ...), the application tracks new "processing states" (i.e, "sub-states"). They can be added to facilitate for example standard bookkeeping of an application or technical integrations. The handler can change an application's processing state, when at least one has been configured in the application's workflow by the owner. Use :enable-processing-states. (Application processing stages #3259)
Changes
Form fields in workflow admin pages are re-structured to show most often needed fields first.
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
-
Additions
:enable-voting
. (Voting for reviewers #3257):t.email/...
) and event translations (:t.applications.events/...
) now support named format parameters, and default english localizations have been updated for reference. While REMS moves towards fully supporting named parameters, all translations with index parameters should continue to work. Localizations with many parameters (like emails) have been burdensome to maintain with index parameters, so transitioning into named parameters is highly encouraged. (Localization improvements #3241):enable-processing-states
. (Application processing stages #3259)Changes
This discussion was created from the release v2.36 "Laivapojankuja".
Beta Was this translation helpful? Give feedback.
All reactions