- Status changed to Closed: outdated
over 1 year ago 5:15pm 21 September 2023
Hello,
It looks like the collapsible fonctionnality is not working.
I created a view with a collapsible fieldset and some fields in it. The views is called has a custom field in a form (form_alter) like that
<?php
$form['listembeds'] = [
'#type' => 'view',
'#name' => 'embed_video',
'#display_id' => 'embed_video',
'#arguments' => [$entity->id()],
'#embed' => TRUE,
];
?>
the view is display properly but the fieldset is not collapsible and the html look like that :
<fieldset class=" ">...</fieldset>
Not working on the view preview either.
I'm not sure if I am doing something wrong or not.
Best regards,
Michael.
Closed: outdated
3.0
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.