- πΊπ¦Ukraine bohart Lutsk, Ukraine
Hi @artem_sylchuk,
Something went wrong on this issue.The commit added this line:
if (empty($storage['field_storage']['#parents']['#fields']['members'])) {
But variable $storage is always empty (as it is never defined).
Should we move `$storage = $form_state_copy->getStorage();` above the if or completely remove those lines?Thanks!