-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
In TYPO3 13 if you give a user (which is no admin) permission to the formlog module + read/write for the formlog entry table, the user gets an error message for insufficient permissions, if he wants to open one of the formlog entries in the formlog module.
The editing form could not be loaded
The editing form could not be loaded for the requested records. This may be due to insufficient permissions.
Steps to reproduce:
- add user with permissions for the current page-tree and formlog permissions
- navigate to the formlog module and click on the show-button for one entry
- the error message shows up
The problem is, that the formlog entries are saved on root level and not (like before) on the page itself, where the form is located.
Therefore you have to give the user access to root level, which you may not want in every case.
Versions:
TYPO3 13.4.9
Formlog 2.4.3
Metadata
Metadata
Assignees
Labels
No labels