Bug #84867
closedEpic #90674: Backend UI not reflecting permissions
Non admin-users aren't able to create IRRE records via the "+" Icon
100%
Description
We have configuered an 1:m IRRE relation with controll icons for each element:
'podcast_episodes' => array( 'exclude' => 0, 'label' => 'Mein Feld', 'config' => array( 'type' => 'inline', 'foreign_table' => 'tx_myext_domain_model_podcastepisodes', 'foreign_field' => 'topic', 'foreign_sortby' => 'sorting', 'maxitems' => 9999, 'appearance' => array( 'collapseAll' => TRUE, 'expandSingle' => TRUE, 'newRecordLinkAddTitle' => TRUE, 'newRecordLinkPosition' => 'both', 'useSortable' => TRUE, 'enableControls' => array ( 'info' => TRUE, 'new' => TRUE, 'dragdrop' => TRUE, 'sort' => TRUE, 'hide' => FALSE, 'delete' => TRUE, 'localize' => FALSE, ), ), ), ),
For admin users everything works as expected, but if a non-admin users creates a new element via the "+" Icon, he does not have any Icons on these new IRRE Element.
He has to save the parent record first, before he is able to move/delete/hide the new record.
If the non-admin users will use the add button on top or bottom of the IRRE list, it is working too, only the "+" Buttons within the IRRE Records seems to be affected.
Files
Updated by Webadmin no-lastname-given over 6 years ago
- Assignee deleted (
TYPO3 Release Team)
Updated by Benni Mack over 6 years ago
- Target version changed from 8.7.13 to 8.7.19
Updated by Susanne Moog about 6 years ago
- Target version changed from 8.7.19 to Candidate for patchlevel
Updated by Christian Eßl over 4 years ago
Can't reproduce this in TYPO3 10.4-dev or 9.5.14.
Maybe this has already been fixed. Or I am missing some specific setting here that triggers the error?
Updated by Benni Mack over 4 years ago
- Status changed from New to Closed
closing this due to lack of feedback, if you feel this was a wrong decision, let me know, so I will reopen the issue.
Updated by Webadmin no-lastname-given over 4 years ago
Sorry for the delayed response. We just started this week migration to LTS 10, so I had a chance to test it. Sadly the functionality seems to be completely broken. See https://forge.typo3.org/issues/91912
Updated by Webadmin no-lastname-given over 4 years ago
- Related to Bug #91912: Exception when adding nested inline elements added
Updated by Webadmin no-lastname-given about 4 years ago
- TYPO3 Version changed from 8 to 10
- PHP Version changed from 7.2 to 7.4
As #91912 is fixed now, we ware able to test this again. But the problem still exists. Even in Typo3 10.4.9
Updated by Gerrit Code Review about 4 years ago
- Status changed from Accepted 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/c/Packages/TYPO3.CMS/+/65999
Updated by Gerrit Code Review about 4 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/c/Packages/TYPO3.CMS/+/65999
Updated by Gerrit Code Review about 4 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/c/Packages/TYPO3.CMS/+/65999
Updated by Gerrit Code Review about 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66002
Updated by Oliver Bartsch about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3607634b48ce818415bc16f19c63145def83bf0c.
Updated by Benni Mack almost 4 years ago
- Status changed from Resolved to Closed