feat: add uapi subtable to upapp CRUD
After removing uapiset, upapp directly manages its uapi records via apisetid. Added uapi as a subtable in upapp.json so users can view/edit APIs directly from the upapp detail page.
This commit is contained in:
parent
471362a9f1
commit
98df132a78
@ -16,6 +16,11 @@
|
|||||||
"field":"upappid",
|
"field":"upappid",
|
||||||
"subtable": "upappkey",
|
"subtable": "upappkey",
|
||||||
"title": "APIKEY"
|
"title": "APIKEY"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"field":"apisetid",
|
||||||
|
"subtable": "uapi",
|
||||||
|
"title": "API"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"toolbar":{
|
"toolbar":{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user