Randak
Select is not working for a BelongsToMany relationship in RelationManager
I had a similar problem that was just solved (in my case I couldn't edit the item without getting that error). It was fixed by removing the "select" statement in the RelationManager.
7 replies
Editing a many-to-many attachment with pivot attributes.
The closest I've got is adding
Select:make(shield_id)
That allows me to open the edit form, but does not pre-populate the shield description. When I click on that field it brings up the search (no dropdown) and then errors when I type anything. The other fields seem to edit fine.
6 replies