DNNCommunity / DNN.FormAndList

Design your own table complete with field types, validation and custom user permissions.
MIT License
28 stars 20 forks source link

For a form type, how to limit permissions to edit/delete/list records only. #105

Closed shash99 closed 2 months ago

shash99 commented 1 year ago

Describe the bug

For a form type module. I want users to be able to edit/delete and list entries submitted only. If I give them edit content permission it gives them the ability to edit module settings and form and list configuration.

To Reproduce

Steps to reproduce the behavior:

  1. Go to form type module
  2. Click on settings/permissionts
  3. Set permissions as follows
  4. image

these settings do not allow the user with the granted permission to be able to list the records when in edit mode.

Expected behavior

I expect the user with the granted permission to be able to list records submitted. Also edit and delete them.

valadas commented 2 months ago

I don't think this is a currently supported feature, if anyone has a clue, happy to re-open this issue.