Bug #81113
closedBackend User without permission to File Storage get Exception upon opening page with form
100%
Description
Given I have a Backend User who is
- allowed to see the Forms module
- is allowed to create and edit content elements of type "Form"
- not allowed to access the forms with the File Storage
When I open the Forms Module, I get a list of forms. I see forms within extensions (if configured so) and I don't see the forms in the File Storage.
When I open a page in the Page Module containing a form that is not stored in the File Storage, I will see Page Module and the content element.
When I create a new content element "Form" I will only see the Form Definitions which are not stored in the File Storage.
When I open a page in the Page Module containing a form stored in the File Storage, the Page Module breaks with the following exception.
#1471630578: No read access to file "1:/forms/globalContactForm.yaml".
TYPO3\CMS\Form\Mvc\Persistence\Exception\PersistenceManagerException thrown in file
/Volumes/Snowdonia/Sites/t3com/vendor/typo3/cms/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManager.php in line 458.
Updated by Ralf Zimmermann over 7 years ago
- Related to Bug #80678: When the used form.yaml is removed you run into an exception in the backend added
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52701
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52701
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52701
Updated by Gerrit Code Review about 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52701
Updated by Gerrit Code Review about 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53942
Updated by Ralf Zimmermann about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5409aa24e996e73aa8b2718077cb3b4a617fb20d.