fix: use event.params.prodtypeid instead of event in cascading script
This commit is contained in:
parent
4ca5207f8f
commit
8a2d8b39aa
@ -28,7 +28,7 @@
|
||||
"event": "changed",
|
||||
"actiontype": "script",
|
||||
"target": "productid",
|
||||
"script": "await this.loadData({prodtypeid: event});"
|
||||
"script": "await this.loadData({prodtypeid: event.params.prodtypeid});"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
"event":"changed",
|
||||
"actiontype":"script",
|
||||
"target":"productid",
|
||||
"script":"await this.loadData({prodtypeid: event});"
|
||||
"script": "await this.loadData({prodtypeid: event.params.prodtypeid});"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user