You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main issue, is that I can display a field inline, and editing works OK, but I cannot get a field to show and show a GridField heading. I tried applying "CardState" into the relevant $summary_fields, which did nothing.
[FAIL] Can see GridField heading (Shows the FQCN of the DropdownField!?)
[OK] Can see DropdownField
[OK] DropdownField is populated
$componentEditableFields = (new GridFieldEditableColumns())
->setDisplayFields(['CardState' => DropdownField::class]);
$config->addComponent($componentEditableFields, GridFieldEditButton::class);
[FAIL] Can see GridField heading
[OK] Can see DropdownField
[OK] DropdownField is populated
[FAIL] DropdownField auto-displays possible ENUM values, not what's been passed into the constructor ala ['Foo','Bar'] (Yes, this may be "wrong", but it shoiuld still allow it)
The main issue, is that I can display a field inline, and editing works OK, but I cannot get a field to show and show a GridField heading. I tried applying "CardState" into the relevant
$summary_fields
, which did nothing.The text was updated successfully, but these errors were encountered: