Skip to content

Releases: compucorp/uk.co.compucorp.civicase

Release v1.9.9

11 Jan 14:55
Compare
Choose a tag to compare

Improvements

  • Add Create new button to Workflow list page
  • Limit Query Result To Accessible Case Type Categories
  • Support for separate "Edit Workflow" page for individual instance

Bug Fixes

  • Fix Issue With Search By Case Roles Not Returning Results
  • Fix Mysql8 Reserved Word Issue
  • Fix Delete Activity Bug
  • Fix Issue while resuming draft
  • Fix Bug With Recent Communication Block
  • Fix Bug Downloading All Files On Awards

Developer notes

  • Add PHP unit tests for CaseCategoryInstance class

Release v1.9.8

08 Dec 15:40
Compare
Choose a tag to compare

Release Update - 8th December, 2020

Improvements

  • Add Workflow list new columns and filters support #644
  • Log email as an activity on cases sent via bulk email feature #653

Bug Fixes

  • Fixed Linked cases button not working on manage case screen #649
  • Fixed Console error thrown when attempting to send a bulk email #660

Release v1.9.7

26 Nov 10:24
Compare
Choose a tag to compare

Release Update - 26th November, 2020

Improvements

  • Case category field is now available on the case type create/edit screen #640

Bug Fixes

  • Fixed issue with the number of case types being limited to 25 on the case creation form #636
  • Fixed issue with Add case button on contact actions not pre-filling form values when the case creation form isa webform #638
  • Fixed Client role not visible on bulk emails #637
  • Fixed issue with Email actions not working properly for a case on manage cases screen #639
  • Fixed case activity pivot report issue where multi-value custom fields are not replaced with labels on report display #642

Release v1.9.6

09 Nov 16:12
Compare
Choose a tag to compare

Release Update - 9th November, 2020

Bug Fixes

  • Fix Bug In Fetching Webform Client ID

Release v1.9.5

05 Nov 15:27
Compare
Choose a tag to compare

Release Update - 05th November, 2020

Improvements

  • Restricted case email recipients to case contacts only. #627

Bug Fixes

  • Fixed PDF Download activity deletion when "Download Document" was pressed. #629
  • Refactored duplicate Awards functionality. #620
  • Limit relationship remove/reassign end date to today. #626
  • Limit Adv. Search By Accessible Case Categories Only When Case Filters Are Present. #630

Release v1.9.4

28 Oct 16:13
Compare
Choose a tag to compare

Release Update - 28th October, 2020

Enhancements

  • CATL-1876: Query optimization for handling contact involved filter. #624

Bug Fixes

  • RSE-1469: Disallow space in category name when creating a case type category for now as this causes some issues with creating custom fields for case categories. A proper fix will be done later. #622

Release v1.9.3

26 Oct 07:17
Compare
Choose a tag to compare

Release Update - 26th October, 2020

New Features

  • RSE-44: Manage Workflow Functionality #609
    • RSE-1400: Workflows List page + Misc Improvements #594
    • RSE-1411: Implement Edit Link redirect #598
    • RSE-1412: Duplicate link functionality #599
    • RSE-1375: Create New Permissions to access Workflows List page #603
    • RSE-1373: Use Category Instance Related Classes In Custom Group Related Hooks #612
    • RSE-1423: Show empty message when no case types are present #615
    • RSE-1374: Code Optimization. #616
    • RSE-1380: Add "Manage Workflows" Menu #617

Enhancements

  • RSE-1186: Changes to Email Bulk Action #611

Bug Fixes

  • CPS-359: Fix case client issues #610

Release v1.9.2

13 Oct 06:39
Compare
Choose a tag to compare

Release Update - 09th October, 2020

New Features

  • Add a new permission to restrict the export of reports and case information. CATL-1585.

Enhancements

  • End date is visible for a case role in peoples tab while adding/updating case roles. CATL-1591.
  • Introduce an inline date picker for case role start and end date while adding/updating case roles. CATL-1592.
  • Past case roles are visible in peoples tab. CATL-1593.
  • Add New tokens for current user while creating pdf and emails. CATL-1785

Bug Fixes

  • Fix clear filter buttons issue on redirect in manage cases page. CATL-1675.

Developer Updates

  • Add a flag to determine if custom fields are not present. RSE-1296.
  • Add unit test badge to Readme.md file. RSE-1288

Release v1.9.1

28 Sep 16:43
Compare
Choose a tag to compare

Release Update - 28th September, 2020

New Features

  • Users can create case categories for applicant management and case management instance

Bug Fixes

  • Fixed a bug where users were not able to send emails from advance search.

Developer Updates

  • npmrc filename was fixed.

Release v1.9.0

11 Sep 18:19
Compare
Choose a tag to compare

Release Update - 11th September, 2020

New Features

  • Allow only a single user per case role. This can be configured through a setting.

Bug Fixes

  • Fixed the bulk dropdown element. This element stopped working after updating the CiviCRM version.

Updates for developers

  • Fixed the sample data generation for Backstop. This also helps fix the assets generated by the github action.