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
Fix form submit @id using IriConverter instead of string search
Replaces the brittle str_contains/'\/submit' JSON search in onPostRespond
with IriConverterInterface::getIriFromResource() to get the canonical Form
IRI directly. getData() already guards against non-Form results (e.g. User
from registration), so the correction only fires when the response is still
a Form entity with a /submit-suffixed @id.
0 commit comments