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
When I go to edit one of the seeded collections (Shoes) in the Main collection group, the form is not auto populated. I then type a Name and Description and I'm greeted with this error: TypeError get_class(): Argument #1 ($object) must be of type object, array given
Looking at the Debugbar exception the error is occuring on line 51 of the AsAttributeData class:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I go to edit one of the seeded collections (Shoes) in the Main collection group, the form is not auto populated. I then type a Name and Description and I'm greeted with this error: TypeError get_class(): Argument #1 ($object) must be of type object, array given
Looking at the Debugbar exception the error is occuring on line 51 of the AsAttributeData class:
I'm guessing the issue is with the getAttributeDataFormComponent in the CollectionResource but it works for other resources. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions