Skip to main content

Release 1.9.0

Features:

  • WICORE-712 - Prevent Deletion of Referenced Products
    • Previously, products could be deleted even if other products referenced them.
    • Now, an error message appears, requiring users to remove dependencies before deletion.
  • WICORE-709 - Standardized Actions Column Width
    • The Actions column in the Actions module and Clients submodule is now set to 100px for consistency.

  • WICORE-682 - Added Delete Functionality for Actions in the Actions Module
    • Users can now delete actions directly in the full Actions module.

  • WICORE-631 - Pre-Call Notifications
    • Users now receive notifications before Call events at 15 min, 30 min, 1 hour, and 24 hours.

  • WICORE-620 - Call Notifications with Countdown
    • Notifications now display when a call is about to start or in how many minutes/hours it will begin.

  • WICORE-619 - Improved Employee Event Notifications
    • Employee notifications now include:

      • Client name
      • The exact call time and date
  • WICORE-609 - Wider Client Info Drawer
    • UI adjustments make the Client Info Drawer wider and more user-friendly.

  • WICORE-603 - New Clients Actions Module
    • Introduced a dedicated client actions module.
    • Users can view, filter, sort, and create actions in a separate table.
  • WICORE-602 - Added Delete Functionality for Client Actions
    • Users can now delete client actions.

  • WICORE-601 - Display Full Name in Client Actions Creator Field
    • The Creator field in Client Actions now displays the employee's full name instead of an email.

  • WICORE-596 - New Calendar Tab in Employee Module
    • Calendar tab was added to the Employee module.
    • Employee tabs are now separated into "General" and "Calendar".
  • WICORE-707 - Hide Actions Table in Client Drawer if User Lacks Permission
    • If a manager does not have access to the Actions module, the Actions table is now completely hidden in the Client Info Drawer.

  • WICORE-703 - Updated Translations and Text Fixtures on Container Reload
    • The approach to storing translations and text fixtures has been revised. However, automatic updates on container reload have been postponed.

  • WICORE-680 - Improved Layout for Empty Tables
    • Previously, if a table was empty, the "Add" button appeared alone at the top. Now, a "Total: 0" label is displayed to maintain layout balance.

  • WICORE-598 - Show Full Name and ID in Client Info Drawer and Edit Form
    • The header of the Client Info Drawer and the Edit Form now display both the Full Name and ID of the client for better clarity.

Bugfixes:

  • WICORE-729 - Fixed Action Date & Client Search Issues
    • Resolved inconsistencies between the Actions module and the Clients tab. Fixed an issue where searching for a client during action creation did not work correctly.

  • WICORE-719 - Fixed Issues in the Requests Tab in Clients
    • Adjusted the action column width in the Requests tab of the Clients module.
    • Fixed an issue where the "Drop Filters" button was not displayed.
  • WICORE-708 - Root User Can Now Delete Actions
    • The delete button for actions is now visible and accessible to root users.

  • WICORE-706 - Fixed HTML Rendering in Security View Drawer
    • Previously, HTML tags were incorrectly displayed in the Incident Reports module.
    • Now, dangerouslySetInnerHTML is used for proper rendering.
  • WICORE-688 - Fixed Missing Call Events in the Main Calendar
    • Call events now correctly appear in the main calendar.

  • WICORE-773 - Fixed Search Input Issue for Clients Across the System
    • The dropdown in the search input for clients was not displaying content despite receiving the correct data. This issue has been resolved.
  • WICORE-771 - Fixed Unauthorized Access to Clients
    • Managers with "View Own" rights and "Manage All" rights for projects and desks could access clients via direct ID input in the URL, even when they lacked permission. This has been fixed.

  • WICORE-761 - Snyk Fix for 55 Vulnerabilities (UI)
    • Security vulnerabilities in the UI have been addressed using Snyk.

  • WICORE-760 - Snyk Fix for 30 Vulnerabilities (Facade)
    • Security vulnerabilities in the Facade layer have been patched with Snyk.

  • WICORE-734 - Fixed Data Persistence in Create Action Drawer
    • When a manager edited an Action and immediately created a new one, the previous action’s data remained in the Create Action Drawer. This issue has been fixed.

  • WICORE-730 - Standardized Filters in /requests Open API Method
    • Filters in the /requests Open API method have been standardized to function consistently with other request endpoints.