3.28.34 Release
Date: Sep 17, 2021
Installation: https://downloads.interworkscloud.net/patches/3.28.0/CloudPlatform.Patch.3.28.34.zip
You must upgrade first to 3.28.0 using the interworks.cloud installer before applying this patch
Improvement on CSV Excel Files
The improvement corrects the CSV Files containing punctuation marks (such as semicolons, commas, etc.), and consequently, the data displayed inside the fields appear correctly. Also, each CSV File that is exported from the scheduler contains as seperator, semicolons instead of commas.
Additions to Organization API
In the Organization API, we have introduced three endpoints for managing the country states of an organization, meaning that you can now create, update, and delete states.
Method | Description |
---|---|
POST /api/organization/countries/{countryId}/states | Creates a new state for a country. |
PATCH /api/organization/countries/{countryId}/states/{stateId} | Partially updates an existing state of a country. |
DELETE /api/organization/countries/{countryId}/states/{stateId} | Deletes an existing state of a country. |
Resolved Issues
EXL-13092 | Nebula template - corrections on products pager in Reserved Instances ordering wizard |
EXL-13046 | The activation link is not expired when the administrator deactivates the BSS user before activating his user account. |
EXL-12890 | Verbosity level hasn’t been set correctly for the BSS portal |
EXL-12657 | Notifications are missing from country tenants |
EXL-12391 | Numeric subscription characteristics are displayed with six decimal numbers in Storefront. |
EXL-12294 | The file name is not updated when the user replaces a file belonging to the product’s marketing material. |
EXL-12182 | Wrong actions are displayed for a BitTitan asset record |
EXL-11755 | A bundle product with more than seven products is not displayed correctly in the Storefront. |
EXL-11428 | Storefront v4 Basic Template: The unit changes to the default one when the user navigates to the second set of the available plans in the product group’s details page. |