Skip to main content

Release 1.10.0

Features:

  • WICORE-940Prevent Self-Removal from Projects or Desks
    • A manager with "manage own" rights can no longer remove themselves from project or desk members, preventing accidental loss of access.

  • WICORE-933Actions Module: Show Records Based on Visible Clients
    • The actions module now filters records according to the clients visible to the current user in the clients module.

  • WICORE-932Allow Client Creation with Manage Own Rights + Add Manager Field
    • Managers with “manage own” rights can now create clients. The “Manager” field is pre-filled in the form, ensuring proper visibility post-creation.

  • WICORE-921Add 'UID' to Common Search Fields
    • The UID field has been added as a searchable column in common filters.

  • WICORE-902Add AI-Based Translation Widget Throughout the System
    • An AI-powered translation widget is now available across the platform.

  • WICORE-885Update Role Handling in Business Module
    • Improved logic and structure for role assignments within the business module.

  • WICORE-882Change "Initiator" in Logs from ID to Full Name
    • Logs now show the initiator’s full name with ID in parentheses instead of just the user ID.

  • WICORE-877Move "Create Asset" Field to the Top of Client Form
    • The checkbox for "Create Asset" has been moved near the "State" field for better form layout.

  • WICORE-876Remove “Risk Level” and “AML Screening” Fields from Main Form
    • These fields are now removed from the client's create/edit form.

  • WICORE-875Conditional Rendering for Client Fields Based on Microservices
    • Fields in the client form now appear only if the corresponding microservice is active.

  • WICORE-852Make Data Columns Wider in Client Actions Module
    • Improved readability by widening columns in the clients' actions view.

  • WICORE-839Actions: Add SubTypes Support
    • Subtype options have been added to the actions module for better categorization.

  • WICORE-838Calendar Settings Not Persisting
    • Previously selected calendar views (month/week/day) now persist after re-login.

  • WICORE-928Advanced Translation via OpenAI Integration
    • The translation feature has been reworked using OpenAI integrations. Upon clicking the "Translate" button, a modal appears with a dropdown to select the preferred translation provider. Once the integration is chosen and the "Translate" button is pressed, the system automatically detects the source language and translates the content into the currently selected language tab. The process may take a few seconds depending on the text size. After completion, all content in the selected tab is replaced with the translated text.

  • WICORE-927Improved Clone Functionality
    • The cloning feature has been enhanced. Now, when clicking the clone button, a modal window prompts the user to select the language from which content should be cloned. After confirmation, all texts from the selected language are fully copied into the currently active language tab.

  • WICORE-878Improve Table Loader Behavior
    • Table loaders now fully blur the table background during data loading to prevent the NoData component from appearing behind the loader.

  • WICORE-843Reimplement Styles Using wishared
    • Styles throughout the platform have been refactored and reimplemented using the shared wishared library for better consistency and maintainability.

  • WICORE-842Add UID Field to Core Models
    • A new uid property has been added to the clients, assets, accounts, transactions, actions, and requests models. It auto-increments on creation.

  • WICORE-819Info Drawers Now Update the URL
    • When an info drawer is opened, the browser URL updates accordingly, allowing users to share a direct link to the drawer view.

  • WICORE-949 – Add 'Clone' Functionality to Translation Drawers
    • A new Clone feature was added to the translation drawers. This allows users to duplicate translations from one language tab to another directly within the drawer interface. Users can select the source language, and upon confirmation, all translatable content will be copied into the currently active language tab.

Bugfixes:

  • WICORE-950Company Fee Not Filtered by Project in Client Form
    • The company fee field is now disabled until a project is selected. Once selected, the field activates and displays only fees related to the chosen project.

  • WICORE-884Wider Sidebar
    • Increased the width of the sidebar for better readability and UI consistency.

  • WICORE-883Unify Format of Verification Level in Client Types
    • The display format for verification level now matches the format used in the client form.

  • WICORE-915 –  clientIdentifier Used as managerId in GetMessages API
    • Resolved incorrect parameter usage in the open API.