Release 1.11.0
Features:
-
WICORE-1068 – Add View Drawer for Orders
-
Implemented a view drawer for the Orders module. Now, users can click on an order to open a detailed side drawer containing all relevant order information in a readable and structured format.
-
-
WICORE-1028 – Add “Categories” Field to Orders Model and API Methods
-
Extended the Orders model to include a
categoriesfield. The create, getAll, and update API methods have been updated to support this new field.
-
-
WICORE-993 – Synchronization of Clients with Core and Marketplace
- Added logic to synchronize client data between the Core Banking module and the Marketplace module, ensuring consistent and up-to-date information across services.
Bugfixes:
-
WICORE-1053 – Remove Link from Dash if No Client Data in Orders Module
-
Fixed an issue where a dash (
-) was displayed as a clickable link when client data was missing in the Orders module. Now, in such cases, the dash is plain text without a link.
-
-
WICORE-1052 – Image Upload Not Working in Product Entity
-
Resolved an issue where users were unable to upload images for products. The upload component has been fixed and now properly sends image files to the server and saves them in the product entity.
-
-
WICORE-1051 – Categories Module Not Displaying Entities Due to NULL Error
-
Fixed a backend issue in the Categories module where NULL values caused failures in loading category entities. Entities now display correctly regardless of optional fields.
-
-
WICORE-1026 – Problem with Link Generation When Using Price Range Filter in Orders Module
-
Fixed a bug where applying a price range filter in the Orders module broke URL link generation and prevented proper filtering and navigation.
-
-
WICORE-996 – Default Status Not Project-Scoped
-
Adjusted the logic so that default statuses in the system are now scoped per project. Previously, marking a status as default affected all projects globally.
-
-
WICORE-995 – Statuses in Orders Module Not Filtered by Project
-
Fixed a filtering issue where statuses in the Orders module were not scoped to the current project. Now, only statuses relevant to the user’s current project are shown.
-
-
WICORE-991 – Marketplace Entities Not Filtered by User’s Project
-
Resolved an access issue where entities in the Marketplace MS were shown regardless of the user’s assigned projects. Now, entities are filtered properly based on user project access.
-
No Comments