User tests: Successful: Unsuccessful:
The FormField
should load the form data from the actual aclass and not the parent. With the current code it is not possible to overload the from data.
protected function getLayoutData()
{
$data = parent::getLayoutData();
$data['class'] .= ' test';
return $data;
}
<div class="subform-wrapper <?php echo $class;?>">
The root container of the media custom field has no class test.
The root container of the media custom field has the class test.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
I have tested this item
Yea, that is correct, probably a little typo :)
A little typo for you but a big issue for me
Labels |
Added:
?
|
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
nothing hit the wrong button
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-01-08 18:47:05 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Thanks!
@Fedik can you have a look here as you are the subform guru