dokuwiki-plugin-data
dokuwiki-plugin-data copied to clipboard
Form fill permission
Hello,
Maybe I missed something, but I could not find how to allow a user to edit data (fill the form) without allowing her to change the page source code.
For me a form on a a readonly page doesn't show the form modification button.
(feature request)
(Technically) the entry editor is just a variation on the normal page edit, but with a nice form. So it is required to have edit permissions before the form is shown.
Further i think your request is difficulty to achieve, because it requires a permission level between Readonly and Edit. This level doesn't exist yet, and adding such a level is quite cumbersome for the purpose of a feature like this.
On 12/04/2014 14:02, Gerrit Uitslag wrote:
(Technically) the entry editor is just a variation on the normal page edit, but with a nice form. So it is required to have edit permissions before the form is shown.
Reply to this email directly or view it on GitHub: https://github.com/splitbrain/dokuwiki-plugin-data/issues/122#issuecomment-40278680
Thank you Gerrit.
I haven't yet looked into the source code, but I will. This plugin is a great idea.