Integrate Model relations on UI?
Hello,
first of all, impressive work, very cool admin UI. I am wondering if you have plans to enable the edit of model relations on the UI. https://loopback.io/doc/en/lb3/Creating-model-relations.html
@weiner Hi, Thank you so much. relations in admin ui will be enable in my next weekend commitment. Its was my first priority after first version. I will inform you here after release.
@weiner Hi dude,
I release a new version that support model relation on admin UI. docs updated too 👍
{
"uiType": "Relationship",
"options": {
"ref": "Users",
"filter": { "type": "user" },
"key": "email"
}
key: Used to show model data key for select ui in admin dashboard. ref: Specify the related Model using the ref option filter: You can filter a relationship field using the filters option.