SORMAS Release Candidate 1.66.0
Pre-release
Pre-release
sormas-jenkins
released this
30 Nov 19:52
·
9330 commits
to master
since this release
Feature Configurations
IMMUNIZATION_MANAGEMENT
: Added a property calledREDUCED
that, if enabled, removes the immunization automation, hides the immunization directory and lists and allows users to directly add vaccinations to cases, contacts and event participants. Please have a look at the Wiki guide for instructions on how to enable this property.
Minor Releases
https://github.com/hzi-braunschweig/SORMAS-Project/releases/tag/v1.66.1
https://github.com/hzi-braunschweig/SORMAS-Project/releases/tag/v1.66.2
https://github.com/hzi-braunschweig/SORMAS-Project/releases/tag/v1.66.3
Changelog
New Features
General
Immunizations
- Added a reduced entry option that hides immunizations from the users and allows them to directly add vaccinations to cases, contacts, and event participants (#7105)
Configuration
- Added property support to feature configurations which allow further customization (#7111)
Web Application
Tasks
- Users can now add observers to tasks who will also receive notifications related to the tasks they are observing (#7021)
Lab Messages
- Added new profile to automatically propose to correct entities related to a report ID (#5714)
- Added new profile for preliminary test results (#5551)
- Added new profile for diagonstic report codes (#5137)
- Added new profile for diagnostic report conclusion code (#5159)
- Added new profile to allow to create sample referrals when processing lab messages (#7204)
- Added new profile for shortcuts (#5729)
- Added new profile for processing multiple test reports at once (#5899)
Improvements
General
Event Participants
- Improved the event participant creation and the event editing process to make sure that event participants always have a jurisdiction (#7234)
Web Application
Persons
- Improved the performance of the person duplication detection mechanism (#1773)
Mobile Application
Event Participants
- Added responsible jurisdiction fields to the creation and edit forms (#7235)
Changes
General
Immunizations
- Changed the vaccination migration introduced in 1.64 to deal with vaccinations with more than two shots and to properly set the first vaccination date (#7366)
Web Application
Cases
- The case outcome column is no longer hidden when filtering the case directory by outcome (#7174)
Events
- Moved the responsible user filter in the event directory next to the jurisdiction filters (#7150)
Bugfixes
General
- Fixed missing user rights captions in the user rights document (#7322)
- Fixed a spelling error in 'Other protective measures' in exposures (#7177)
Web Application
- Fixed date of investigation not being hidden when setting the investigation status to Pending (#7355)
- Fixed the empty list hint appearing multiple times in task cards (#7327)
- Fixed layouting problems with long texts in the sidebar cards in the person form (#7213)
- Fixed a formatting problem in the popup window notifying users about found cases (#7179)
- Fixed date of burial being validated even when the present condition was not set to buried (#7175)
- Fixed some problems during event participant creation for certain users by removing the additional "Edit person" popup (#7172)
- Fixed region and district filters in the sample directory not correctly taking the responsible region and district of cases into account (#7152)
- Fixed searching for specific cases in the case directory not working (#7392)
- Fixed wrong caption in the edit export configuration window (#7019)
- Fixed missing translation for the Location caption in custom exports (#7114)
- Fixed specimen condition always being set to Adequate whne processing lab messages (#7268)
Mobile Application
- Fixed place of stay region and district being enabled for hospital informants (#7156)
- Fixed a crash when trying to create immunizations for events (#7352)
Technology
- Updated a lot of dependencies in the mobile app (#3765)
- sormas-ear is now enforced to be deployed before sormas-rest to prevent sormas-rest to be deployed in an inconsistent state (#5144)
- Reduced number of reported errors in logs when some server properties are not configured since they are not breaking the system (#4201)
- Various code refactorings in order to improve both the stability and readability of the software (#6939, #7133, #7136, #7139, #7200, #7202, #7301)
Testing
- Fixed flaky UI tests (#7131)