- Issue created by @jonathan_hunt
- 🇳🇿New Zealand jonathan_hunt
The form is invoked a second time and $form_state->isRebuilding() is true.
Appears to work if I add at L69
if (!isset($index)) { $index = $this->getEntity(); }
This could possibly be added as part of the isRebuilding() == true code path.
- First commit to issue fork.
- Status changed to Needs review
over 1 year ago 11:03am 14 December 2023 - last update
over 1 year ago 31 pass - 🇮🇳India viren18febs
I have resolved the issue & patch added, please review.