Relation manager with pivot table doesn't show pivot table field values when edit
Hello,
I have these relation on my User and Cars entities:
User entity:
Car entity:
Unfortunately, both my User entity and user_cars pivot table have these 3 colums on them:
'data_start', 'data_end', 'disabled'
Now when i try to edit an entry from user_cars using my relation manager, those 3 columns values does not get the values from the db, it works if I rename columns to something else in my pivot table:
This is relation manager form:
any how to make it work without having to rename those columns in my pivot table?
1 Reply
sorted, change the relation manager form to this:
and now edit works just fine