Skip to content

SORMAS 1.92

Compare
Choose a tag to compare
@MateStrysewske MateStrysewske released this 30 Nov 12:08
· 679 commits to development since this release

Feature Configuration Changes

  • New feature type EXTERNAL_EMAILS: Enables creating and managing email templates that can be used to send emails to case, contact, event participant and travel entry persons.

Changelog

New Features

General

  • [Events] Added line-listing to the web app and rapid entry to the mobile app for event participants (#12604)

Web Application

  • [External Emails] Added an email templates section to the configurations view to create and manage templates for emails sent out to external persons (#12466 & #12461)
  • [External Emails] Added a side component to cases, contacts, event participants and travel entries that allows users to send emails based on email templates to the associated persons (#12463)

Improvements

General

  • [Users] Users can now be assigned multiple limited diseases, as opposed to only one before (#11435)

Web Application

  • [Laboratory] Users are now redirected back to the parent entity of a sample when deleting it if they accessed it through that parent entity (#12485)

Mobile Application

  • [Cases/Contacts] Case and contact lists now only show entities in the user's jurisdiction by default; added a filter to show all accessible cases/contacts (#4837)
  • [Events] Added new filters for the events list (#12603)

Changes

Web Application

  • [Persons] Updated the algorithm to check for potentially duplicate persons to be more consistent throughout the app (#12750)

Bugfixes

Web Application

  • Fixed an error when trying to access port health cases (#12776)
  • Fixed users being able to create cases through contacts, event participants and travel entries even with the case surveillance feature disabled (#12704)
  • Fixed missing pseudonymization of reporting user information for event participants (#12737)

Mobile Application

  • Fixed a crash when adding GPS latitude and longitude to locations without also specifying a region and district (#12780)
  • Fixed contacts with resulting cases possibly still having the active contact status (#12742)
  • Fixed environments outside the user's jurisdiction not being synchronized to the mobile app when they would be available through an associated environment sample (#12669)

Technology

  • Updated PostgreSQL version from 14.9 to 14.10 (#12753)

Testing

  • Added an additional automated test (#11452)