Skip to content

Commit 19a8357

Browse files
committed
Added details of delete entry permission.
1 parent bead152 commit 19a8357

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

13/umbraco-forms/developer/security.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Within the _Form Security_ tree, each user with a backoffice account is listed.
1313
* _Manage forms_ - user can create and edit form definitions
1414
* _View entries_ - user can view the submitted entries
1515
* _Edit entries_ - user can edit the submitted entries
16+
* _Delete entries_ - user can delete the submitted entries
1617
* _Manage datasources_ - user can create and edit datasource definitions
1718
* _Manage prevalue sources_ - user can create and edit prevalue source definitions
1819

13/umbraco-forms/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ These can be options are enabled and configured on a per-form basis by editors i
2727

2828
Forms ships it's themes and email templates as part of a razor class library for ease of distribution. With this release we make that feature [available to your own custom themes and templates](./developer/themes.md#shipping-themes-in-a-razor-class-library) (or those created by package developers) [#795](https://github.com/umbraco/Umbraco.Forms.Issues/issues/795).
2929

30+
To allow finer control over editor permissions, we've introduced a "delete entries" setting available on users and user groups. Thus you can now give editors explicit permissions to view, edit or delete entries [#1303](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1303).
31+
3032
#### [**13.2.5**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.5) **(October 3rd 2024)**
3133

3234
* Handled "chunked" authentication cookie in protection of file uploads saved in the media file system [#11](https://github.com/umbraco/Umbraco.Forms.Issues/issues/11#issuecomment-2376788751).

14/umbraco-forms/developer/security.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Within the _Forms_ > _Security_ tree, each user with a backoffice account is lis
1313
* Manage Forms - user can create and edit form definitions
1414
* View Entries - user can view the submitted entries
1515
* Edit Entries - user can edit the submitted entries
16+
* Delete entries - user can delete the submitted entries
1617
* Manage Workflows - user can create and edit workflow items
1718
* Manage Datasources - user can create and edit datasource definitions
1819
* Manage Prevalue Sources - user can create and edit prevalue source definitions

14/umbraco-forms/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ A second "form details picker" is also available, allowing editors the option of
3232

3333
Forms ships it's themes and email templates as part of a razor class library for ease of distribution. With this release we make that feature [available to your own custom themes and templates](./developer/themes.md#shipping-themes-in-a-razor-class-library) (or those created by package developers) [#795](https://github.com/umbraco/Umbraco.Forms.Issues/issues/795).
3434

35+
To allow finer control over editor permissions, we've introduced a "delete entries" setting available on users and user groups. Thus you can now give editors explicit permissions to view, edit or delete entries [#1303](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1303).
36+
3537
Finally thanks to a kind contribution from [Erik-Jan Westendorp](https://github.com/erikjanwestendorp) the backoffice is now translated into Dutch [#1264](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1264).
3638

3739
Other bug fixes included in the release:

15/umbraco-forms/developer/security.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Within the _Forms_ > _Security_ tree, each user with a backoffice account is lis
1313
* Manage Forms - user can create and edit form definitions
1414
* View Entries - user can view the submitted entries
1515
* Edit Entries - user can edit the submitted entries
16+
* Delete entries - user can delete the submitted entries
1617
* Manage Workflows - user can create and edit workflow items
1718
* Manage Datasources - user can create and edit datasource definitions
1819
* Manage Prevalue Sources - user can create and edit prevalue source definitions

0 commit comments

Comments
 (0)