Bug #56060
closedTCA type inline readOnly
100%
Description
readOnly=TRUE does not change the behavior of field type=inline.
At least the "Add new" should disappear.
Updated by Markus Hofmann over 10 years ago
The same behaviour is in Typo3 v6.1. Type inline doesn't accept the readOnly flag
Updated by Felix Oertel about 10 years ago
- Status changed from New to Accepted
Still valid for current master.
Updated by Daniel Goerz over 8 years ago
- Status changed from Accepted to Needs Feedback
This bug report is very old. Does this bug still occur in TYPO3 7 LTS and/or the master? And if so how can it be reproduced?
Updated by Vladimir Falcon over 8 years ago
Yes this bug/missing feature is still current.
For example:
TCA...
'reservations' => [
'label' => $ll . 'tx_t3events_domain_model_performance.reservations',
'exclude' => 1,
'config' => [
'type' => 'inline',
'foreign_table' => 'tx_t3eventsreservation_domain_model_reservation',
'foreign_field' => 'lesson',
'readOnly' => 1
]
],
...
readOnly has not effect in BE. Anyone can edit the reservations inline records.
Updated by Alexander Opitz about 8 years ago
- Status changed from Needs Feedback to New
- Target version set to Candidate for patchlevel
Updated by Sebastian Fischer over 7 years ago
This is still not working. Though it is readyOnly => true the records are still editable.
Updated by Gerrit Code Review over 5 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/c/Packages/TYPO3.CMS/+/61490
Updated by Gerrit Code Review over 5 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/+/61490
Updated by Gerrit Code Review about 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61599
Updated by Georg Ringer about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e125ccaf7a316a31e369861143885407ecc2886e.
Updated by Gerrit Code Review about 5 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61599
Updated by Georg Ringer about 5 years ago
- Status changed from Under Review to Resolved
Applied in changeset f52cf2f127fc38a621b269c7190a2820d6f9f9fa.
Updated by Benni Mack almost 5 years ago
- Status changed from Resolved to Closed