Skip to content

Commit 48e569b

Browse files
authored
Version 3.5.304 changelog (#18)
* Version 3.5.3040 changelog + changes documentation
1 parent 0d2039e commit 48e569b

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

docs/pages/omnia3/Authorization/omnia3_authorizationmanagement.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ In the platform authorization area (option **Management / Security**) you can ma
1919

2020
By default, Omnia Platform has one role, named *Administration*. This role cannot be removed and it has, by default, associated the user identified on platform setup as the *Platform Administrator*. Other users can be added to this *Role*.
2121

22-
Additionally, when a tenant is created, two new roles are automatically created:
22+
Additionally, when a tenant is created, three new roles are automatically created:
2323

2424
- Administration[TenantCode]: administration role for the tenant. The user responsible for the tenant creation is automatically added to this role. Users with this role can access the Modeling area.
2525
- Users[TenantCode]: general users role for the tenant. Other tenant users should be added to this role, so that they have access to the tenant.
26+
- Connector[TenantCode]: connector users role for the tenant. The users associated with all Connectors used on the tenant must be associated to this role.
2627

2728
If needed, new Roles can be created to grant a set of policies to a group of users.
2829

docs/pages/omnia3/Introduction/omnia3_platformchangelog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,34 @@ folder: omnia3
88
toc: false
99
---
1010

11+
## [3.5.304](#3.5.304)
12+
13+
Release Date: 2024-04-05
14+
15+
### Implemented enhancements:
16+
17+
- Assets are available to be used on Text Templates
18+
- Features Management: Swagger endpoint can now be disabled
19+
- Tenants: New Role on Tenants to grant connectors adequate privileges
20+
- Modeling area: Alert modelers if they make a _Build & Deploy_ request with unsaved changes
21+
- UI Modeling: new option to navigate to attribute settings, on the attribute context menu
22+
- State Machines: _Enabled operations/attributes_ feature supported on nested collections
23+
- Calendar
24+
- Performance improvements when adding multiple events on same request
25+
- Export events to CSV and ICS
26+
27+
### Issues:
28+
29+
- WebApp: When users logs out in a tab, it doesn't reflect on other tabs
30+
- Forms/Dashboards: vertical scroll is always shown
31+
- Modals: _Close_ button label is not translated
32+
- Modeler: on new Tenants, homepage dashboard data is not loaded until the first build is deployed
33+
- Modeler: If user makes changes using _View Json_ option, it is not alerted of changes pending save when navigating
34+
- Queries are not properly executed if there is an attribute named _User_
35+
- Calendar: dates available on metadata and on _Date Range Change_ behaviour are sensitive to the computer timezone
36+
- Management area: When user clicks to filter a column but does not insert data, filter is applied but not visible
37+
38+
1139
## [3.5.282](#3.5.282)
1240

1341
Release Date: 2024-03-15

docs/pages/omnia3/Management/omnia3_management_features.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ After changing a feature state a **platform restart is required for the operatio
1919

2020
The following features are currently available:
2121

22+
* **Swagger**: Swagger documentation page.
23+
* When disabled, the Swagger page is not available to any user;
24+
2225
* **UserPasswordAuthentication**: Authentication using username and password.
2326
* When disabled, it will be not possible to login with a username and password. If there isn't any Authentication Provider configured, it will not be possible to authenticate in the platform;
2427
* Make sure you have an Authentication Provider connected to your accounts before disabling this feature.

docs/pages/omnia3/Modeler/omnia3_modeler_texttemplates.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,19 @@ Selecting the option _Add new_ in the list of text templates, you need to fill t
2929
### How to update the Text Template's expression?
3030
By accessing **_User Interface / Text Templates_** in the sidebar, select one of the text templates of the list.
3131

32-
In the **_Text Template_** page will you have four different sections:
32+
In the **_Text Template_** page will you have five different sections:
3333
* **Template**: The place to write the Text Template's expression, using the [Liquid Templating Language](https://shopify.github.io/liquid/){:target="\_blank"};
3434
* **Test parameters**: A JSON representation of test data, using the [available parameters](#which-are-the-available-parameters), in order to preview the template's result;
3535
* **Language Texts**: A JSON representation of the current user language texts;
36+
* **Assets**: A JSON representation of the assets available on the model;
3637
* **Result preview**: The result of the template transformation using the test parameters.
3738

3839
### Which are the available parameters?
3940
The following parameters are available to use when writing a text template:
4041
* **Data**: A set of key-value pair entries, that can be sent in the request body;
4142
* **Context**: A representation of the request context (similar to what is used in the C# and Javascript behaviours);
4243
* **Texts**: The set of texts of the language in which the request was made. Example: `Texts.Hello` to use the text "Hello" from the current user language.
44+
* **Assets**: The set of assets available on the current Model. Example: `Assets.CompanyLogo` to use previously defined asset "CompanyLogo"
4345

4446
## 3. Using Text Templates
4547
Text templates can be used in all scenarios where a text content is required, based on different data and/or language (for example, in the body of an e-mail notification).

0 commit comments

Comments
 (0)