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
Setting inline_edit false in the relevant field block throws an error; looking at the source, it seems like that instance option isn't registered in HasManyAssociation (but it is in HasOneAssociation, for instance).
How does one do this?
Setting
inline_edit falsein the relevant field block throws an error; looking at the source, it seems like that instance option isn't registered inHasManyAssociation(but it is inHasOneAssociation, for instance).