sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
503 stars 259 forks source link

V2 :: Many to Many #268

Open macedodebrito opened 8 years ago

macedodebrito commented 8 years ago

Hello again :)

im using V2 and im getting struggle with a Many-to-Many SELECT/DROPDOWN.

for this, we need 3 tables:

characteristics, groups and characteristic_group.

when i create my FORM, to edit/create, its easy to getList() all Groups, BUT, when i EDIT any Characteristic, im not able to get the selected GROUP, at my Select Dropdown.

many_to_many

Any idea to solve this ?

Thanks.

alloyking commented 8 years ago

See @turistua response here : https://github.com/sleeping-owl/admin/issues/206

Once you get the data to show, can you save it? I'm unable to save the relationship.