Skip to content

Releases: wrk-fmd/CoCeSo

Version 2.7.1

03 May 20:31
Compare
Choose a tag to compare

Version 2.7.1

Release date: 2021-05-03

  • update to latest non-breaking third-party dependencies
  • FMD-204 fix assignment of crew

Version 2.7.0

10 May 10:35
Compare
Choose a tag to compare

Important Note: Run update_v2.7.0.sql to migrate the database schema for existing databases before upgrading!

  • FMD-136 Added error message on start page and home page if Internet Explorer is used
  • FMD-50 Separate task/transport incidents and relocation incidents on UI
  • FMD-159 Mitigation of memory leak on long running events: Initial state of incidents does not return relocations in state 'done'
  • FMD-63 Remove home-location from unit popover for better readability
  • FMD-63 Show destination address in popover of unit if a unit is already on the way to destination
  • FMD-149 Last state change of unit is incorrect for incidents with multiple units
  • Fix duplicate websocket topic of patient entity
  • FMD-27 Auto-complete for street intersections
  • FMD-194 Provide one-time-actions of type "nextState" on geobroker API
  • FMD-23 Refactor links of PDF reports: use dropdown instead of separate buttons
  • FMD-53 Generate QR code in CoCeSo
  • FMD-53 Upgrade to knockout 3.5.1

Version 2.6.0

10 May 10:38
Compare
Choose a tag to compare

2019-10-19

  • FMD-161 Update maven dependencies for Java 11 compatibility

Version 2.5.1

10 May 10:37
Compare
Choose a tag to compare

2019-10-19

  • #89 Make OK buttons always clickable
    • Ordering of buttons in forms was changed to be consistent with Microsoft Windows
    • OK and Cancel button can be always klicked
  • #80 Do not set isAvailableForDispatching on non-portable units
  • FMD-125 Alarm buttons are no longer visible if alarm text module is not deployed
  • FMD-139 Droppable does not cover form window
    • Expand droppable area to complete form
    • Stick buttons to bottom of form window
  • FMD-140 fix broken link in transported.jsp
  • FMD-146 fix duplicate key exception in NIU user import
  • Remove explicit User arguments of logging
  • FMD-141 Patient is in incoming patient list after taking over to treatment
    • Incoming patient list filters patients which are already treated
    • Incoming patient list filters incidents which are no longer active
  • Fix encoding of logfile output (now UTF-8)
  • FMD-143 IncidentNotAllowed error on patient takeover
    • allow to take over patients from already closed incidents. Those incidents are filtered out on refresh with FMD-141.

Version 2.5.0

10 May 10:36
Compare
Choose a tag to compare
  • FMD-70 update copyright of basemap.at
  • FMD-19 show age of patient if birthday is available
  • Fix security issues by upgrading to latest dependencies
  • FMD-98 improve client log

Version 2.4.6

10 May 10:35
Compare
Choose a tag to compare
  • #92 Status in incident list view not localized
  • #91 Section not pre-selected on some incident views
  • Make external alarm sending module optional in maven pom.xml

Version 2.4.5

21 Apr 17:30
Compare
Choose a tag to compare

Fixed issues:

  • Geocode overwrites address information
    • Split parsing of AddressPoint to seperate parser class, and fix regex matcher group to get full address
  • Last known position of unit is lost on unit state update
    • Add null-check for position of request when updating a unit
  • Additional text of POI is not separated by whitespace
    • Print additional text of POI to next line after POI text
  • Name of patients is logged to file
    • Remove sensitive data from log file
  • Update Spring dependencies to include security patches
  • Update grid data for WFLWR

Version 2.4.4

14 Mar 19:32
Compare
Choose a tag to compare
  • #58 Fix NPE on saving empty settings in Patadmin
  • #63 enable overflow to show popovers in dialogs
  • #57 re-assigning the same unit does no longer overwrite the previously set task state
  • #73 fix autofocus of incident form

Version 2.4.3

14 Mar 19:32
Compare
Choose a tag to compare
  • Provide coordinates of AO in destination property of geobroker incident
  • Fix input validation of personell ID
  • Move export conversion of alarm manager units to alarm text plugin

Version 2.4.2

04 Mar 18:35
Compare
Choose a tag to compare
  • #64 Performance issue: Loading of main application very slow, if many incidents were created
  • #65 Send full state of units and incidents to geobroker on startup
  • #66 Re-send full state when geobroker instance changes
  • #67 set isAvailableForDispatching on unit of geobroker
  • #71 Fix error message on alarm text sending, if no crew member is assigned