Skip to content

v1.22.0

Compare
Choose a tag to compare
@MLenterman MLenterman released this 23 Aug 14:24
· 34 commits to main since this release

1.22.0 (2024-08-23)

πŸ• Features

  • only update person and organization in gegmag when atleast one of emailadres or telnumber has changed (8781fbc)
  • two-way communication workflow can be configured to send a noreply email when target case is already closed (bb86500)

πŸ› Bug Fixes

  • empty emailadres or telnumber in gegmag update person and organization message overrides a potentially valid value with an empty string (4ea87a7)
  • gegmag emailadres and telnumber always updates to empty string for organizations due to incorrect lookup xpath's in uwgegevens section (57ab34c)
  • gegmag emailadres and telnumber for persons throwing an error when home or work emailadres is also provided in the uwgegevens section (755fc28)
  • iso639 language code 'eng' should convert to country+language code 'en_GB' instead of 'en_EN' (5775b26)

πŸ“ Documentation

  • add new 'case closed' check to tweewegcommunication workflow (e7955ac)

βœ… Tests

  • add testcases for updating gegmag for person and organizations with changed emailadres and telnumber (15cfc6f)
  • e2e testcase for two-way communication workflow 'case closed' check (9c368c0)