Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-02-09 | 3.6 kB | |
Totals: 1 Item | 3.6 kB | 0 |
Minor Releases
https://github.com/hzi-braunschweig/SORMAS-Project/releases/tag/v1.68.1 https://github.com/hzi-braunschweig/SORMAS-Project/releases/tag/v1.68.2 https://github.com/hzi-braunschweig/SORMAS-Project/releases/tag/v1.68.3
Changelog
New Features
General
- Added configurable automatic deletion to all entities directly related to persons or their parent entities (cases, contacts, events, event participants, immunizations, and travel entries) and a deletion hint to their forms in the web app (#7008, [#7240])
Tasks
- Changing the task assignee now sends a notification to both the previous and new assignee (#7383)
Web Application
Persons
- Added a person search option to creation forms that allows users to search for a specific person they want to create e.g. a case or contact for (#6599)
Immunizations
- Vaccination information can now be imported while importing cases, contacts, and event participants, and used during document creation (#7532)
Improvements
General
Cases
- Added a new
push-detailed
endpoint to the case resource (#7703) - Added a new hospitalization reason for German systems only (#7718)
Tasks
- Improved the text of the notifications sent out to task observers (#7756)
Web Application
Persons
- Person-related fields are now disabled in creation forms entered through an already existing person (#7903)
SurvNet
- Bulk-sending data is no longer completely aborted when the selection contains items that can't be sent (#7704)
DEMIS
- Added mapping for disease variants (#7209)
- Pathogen test type is now automatically prefilled (#5604)
Changes
Web Application
Tasks
- Turned the task observer checkboxes into a single dropdown to avoid layouting problems with many users in the database (#7644)
Bugfixes
Web Application
- Fixed national health ID and passport number still being shown in creation forms in countries that don't use these fields (#7743)
- Fixed a possibility to create multiple resulting cases for the same contact (#7793)
- Fixed an error when trying to filter subordinate or superordinate events by date (#7849)
- Fixed travel entry creation button being shown in the person page with no travel entry in the database (#7917)
- Fixed day of birth filter not getting enabled when selecting a month in the event participants list (#7826)
- Fixed deselecting the checkbox to enter a home address while creating a case not clearing address fields (#7824)
- Fixed the campaign form data database export missing the first row (#7746)
- Fixed discarding the travel entry form not unchecking the checkbox marking a differing point of entry jurisdiction (#7245)
- Fixed cut-off text in the epidemiological data form (#3659)
- Fixed TestReport mistakenly being called TestResult in the data dictionary (#7913)
- Fixed the lab name column not being sortable in the lab message directory (#7861)
Mobile Application
- Fixed database migration for earlier versions failing with certain characters being used in text fields (#7839)
- Fixed initial synchronization failing when the INFRASTRUCTURE_TYPE_AREA feature type was enabled with no areas in the database (#7798)
- Fixed overlapping hospitalization buttons (#7480)
Technology
- Created missing history tables (#7113)
Documentation
- Extended the data dictionary with data security information (#7679)
- Added a new fieldId column to the data dictionary (#7680)
Testing
- Various text fixes and additions