11.0.6
All components (at least in my setup) are anchored in an entity and allow to be set visible in child entities. But in contrast to other items, the components list view doesn't allow the column "Child entities" to be added to the displayed columns via the "Select default items to show" dialog. Additionally, this field is missing from the Actions->Update dialog too, so it's impossible to change the value of this field in a single operation for multiple selected items. This makes it quite tedious to find or change this setting for wrongly configured items.
I could get both things to work by adding
$tab[] = [
'id' => '86',
'table' => static::getTable(),
'field' => 'is_recursive',
'name' => __('Child entities'),
'datatype' => 'bool',
];
to rawSearchOptions() of src/CommonDevice.php with a temporary quick&dirty patch.
It would be great if this feature could be officially supported, whether it really is a bug or not.
No response
No response
No response