Skip to content

Commit 3f78f81

Browse files
authored
Merge pull request mendix#8947 from WimJongeneel/ufc/default-access-in-beta-access-rule-editor
Default access in beta access rule editor
2 parents 683fe7b + a046318 commit 3f78f81

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

content/en/docs/refguide/modeling/domain-model/entities/access-rules.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The **System.User** entity has inbuilt access rules where access is given to its
3131
## Defining Access Rules
3232

3333
{{% alert color="info" %}}
34-
A new entity access rule editor was released in Studio Pro version 10.6.0, as a [beta](/releasenotes/beta-features/). This will be made generally available in Studio Pro version 10.19.0. You can enable this new editor in the [Preferences Dialog](/refguide/preferences-dialog/#new-features).
34+
A new entity access rule editor was released in Studio Pro version 10.6.0, as a [beta](/releasenotes/beta-features/). This will be made generally available in Studio Pro version 10.20.0. You can enable this new editor in the [Preferences Dialog](/refguide/preferences-dialog/#new-features).
3535

3636
For guidance on using the new editor, see [Defining Access Rules Using the New Editor](#new-editor), below.
3737
{{% /alert %}}
@@ -199,7 +199,7 @@ Non-persistable objects cannot have XPath constraints.
199199
## Defining Access Rules Using the New Editor {#new-editor}
200200

201201
{{% alert color="warning" %}}
202-
The new access rule editor was introduced in Studio Pro version 10.6.0 as a beta and will be made generally available in Studio Pro version 10.19.0. For more information on beta features, see [Beta Releases](/releasenotes/beta-features/).
202+
The new access rule editor was introduced in Studio Pro version 10.6.0 as a beta and will be made generally available in Studio Pro version 10.20.0. For more information on beta features, see [Beta Releases](/releasenotes/beta-features/).
203203
{{% /alert %}}
204204

205205
{{% alert color="info" %}}
@@ -297,6 +297,10 @@ XPath constraints are not applied to create operations, meaning that if you enab
297297

298298
XPath constraints are applied to delete operations, unlike create operations.
299299

300+
#### Default member access
301+
302+
Specifies the rights which are applied to new attributes or associations of this entity. This option was absent from the new Access Rule Editor before version 10.19 where the rights always defaulted to no access for any module roles.
303+
300304
#### Attribute and Association Rights
301305

302306
Access to the members can be set using the toggles in the column next to the member description.
@@ -307,8 +311,6 @@ You can also click **Read** or **Write** in the **Set all to** footer to enable
307311
You cannot set *Write* access to attributes which are calculated. This includes both attributes where the attribute value is set to **Calculated** and attributes of type *Autonumber*.
308312
{{% /alert %}}
309313

310-
Attributes and associations which are added to an entity in the domain model will default to allowing no access to any module roles. This improves security by forcing you to choose who can access any new information which is added to the domain model and is a change from the old editor where you could set default rights for new members (described in [Member Read and Write Rights Section](#member-access), above).
311-
312314
See [Attribute Changes and Security Constraints](#attribute-changes), above, for important considerations about giving access to attributes.
313315

314316
### Access Rule Normalization{#normalization}
-18 KB
Loading

0 commit comments

Comments
 (0)