Bug #56060
closed
The same behaviour is in Typo3 v6.1. Type inline doesn't accept the readOnly flag
- Status changed from New to Accepted
Still valid for current master.
- 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?
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.
- Status changed from Needs Feedback to New
- Target version set to Candidate for patchlevel
Yes, I can confirm this bug...
This is still not working. Though it is readyOnly => true the records are still editable.
- Status changed from New to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Under Review
- Status changed from Under Review to Resolved
- Status changed from Resolved to Closed
Also available in: Atom
PDF