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
NB: GET /entitlements.csv is deprecated and will be removed in a future release. Please use GET /api/entitlements/export-csv instead. NB: Experimental application PDF export API is deprecated, and will be removed in a future release. The non-experimental PDF export API is preferred instead. (#3098)
Administration menu has been fine-tuned. Reports also shows only if
the user can access it.
The administration pages can now scale wider than before.
The administration tables use a dropdown button for the modification actions.
This allows more space for the table contents as there will be less buttons visible.
Some of the buttons are only visible if the user has the permission. (Hide invalid edit button #2814)
The catalogue items page (in administration) is now sorted by the item creation time by default.
Newly created items will now appear at the top instead of somewhere in the alphabetical order.
The sort can still be changed by clicking on the column headers.
The catalogue page margins have been adjusted to be more consistent. Also some of the default
texts have been removed. They can still be added by extra translations.
Catalogue "more info" is now styled as a link instead of a button.
Redacted attachment exists in REMS like any other attachment, but it's file contents are permanently removed, and filename is shown to other non-handler users as redacted.
Attachments in field answers cannot be redacted, but the applicant can edit them as usual when application is draft or returned.
Handler can redact attachments also from other users.
Non-handler users can redact only their own attachments.
In decider workflow handler is not allowed to redact decider attachments.
Database connection pool can be configured, see :hikaricp-extra-params in config-defaults.edn.
The debug log level prints details of when the scheduled pollers run, e.g. email and event notification.
Search bar automatically trims the whitespace form the left side, which is useful for copied values.
The event notification can be configured to not send the application data with :send-application? false
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
-
NB: GET /entitlements.csv is deprecated and will be removed in a future release. Please use GET /api/entitlements/export-csv instead.
NB: Experimental application PDF export API is deprecated, and will be removed in a future release. The non-experimental PDF export API is preferred instead. (#3098)
Changes
the user can access it.
This allows more space for the table contents as there will be less buttons visible.
Some of the buttons are only visible if the user has the permission. (Hide invalid edit button #2814)
Newly created items will now appear at the top instead of somewhere in the alphabetical order.
The sort can still be changed by clicking on the column headers.
texts have been removed. They can still be added by extra translations.
req >
), even before user or roles are fetched.rqc:
).ms
).Additions
:enable-handler-emails false
. (Option to silence mails to handlers from work other handlers do or likely silence all handling mails from handlers #3116)This does not include the invitation emails, which will always be sent, to be able to invite users.
This also does not include any reminder emails that you can separately enable if you wish.
""
(Don't try to send mail if translation used in mail is set to empty #3117).:hikaricp-extra-params
inconfig-defaults.edn
.:send-application? false
Fixes
This discussion was created from the release v2.32 "Itämerenkatu".
Beta Was this translation helpful? Give feedback.
All reactions