fix: add agreement_id/contract_id to editexclouded in items CRUD
Fields auto-set from parent context, no need for user input.
This commit is contained in:
parent
2f2c9c42e7
commit
85ae9802a2
@ -38,6 +38,7 @@
|
||||
"editexclouded": [
|
||||
"id",
|
||||
"resellerid",
|
||||
"agreement_id",
|
||||
"created_at"
|
||||
],
|
||||
"editable": {
|
||||
|
||||
@ -38,6 +38,7 @@
|
||||
"editexclouded": [
|
||||
"id",
|
||||
"resellerid",
|
||||
"contract_id",
|
||||
"created_at"
|
||||
],
|
||||
"editable": {
|
||||
|
||||
@ -70,6 +70,7 @@
|
||||
"editexclouded":[
|
||||
"id",
|
||||
"resellerid",
|
||||
"agreement_id",
|
||||
"created_at"
|
||||
],
|
||||
|
||||
|
||||
@ -70,6 +70,7 @@
|
||||
"editexclouded":[
|
||||
"id",
|
||||
"resellerid",
|
||||
"contract_id",
|
||||
"created_at"
|
||||
],
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user