Bug #78991
closedEdit button on page external table view is disabled when user only has edit permission
100%
Description
I have a backend user with permissions to view/edit/delete only tt_address records that are present in the web>page module.
The problem is that the page info, which also includes the permissions, is not loaded in the getExternalTables function, only in the getTable_tt_content.
This means that in the following makeOrdinaryList call the test doesUserHaveAccess($this->pageinfo) gets passed null as the parameter, resulting in the bug that permission are always denied, even if they shouldn't be.
Updated by Gerrit Code Review almost 8 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/50955
Updated by Gerrit Code Review almost 8 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/50955
Updated by Gerrit Code Review almost 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50973
Updated by Johannes Schlier almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset adf5e579f5407008d247623b979b2f3472cc4078.