YKPN#79783 bij srtdeel scf (multi-edit) in juiste blokkken

svn path=/Website/trunk/; revision=62112
This commit is contained in:
Peter Feij
2023-10-09 08:11:17 +00:00
parent 18ac053e04
commit f44f6af7af
2 changed files with 15 additions and 2 deletions

View File

@@ -128,9 +128,10 @@ function model_ins_srtdeel()
},
"stdmelding": {
"dbs": "mld_stdmelding_key",
"label": L("mld_stdmelding_key"),
"label": L("lcl_ins_srtdeel_statethresholdmld"),
"typ": "key",
"foreign": "mld_stdmelding",
"multiedit": true,
"track" : true
},
"commoditynumber": {

View File

@@ -65,7 +65,6 @@ var this_params = {
"sequence",
"unit",
"expirationdate",
"sensortype",
"commoditynumber",
"supplier",
"mjb_grensscore1"
@@ -82,6 +81,19 @@ var this_params = {
"options",
"lendable"
]
},
{
"blockid": "insSensor",
"label": L("lcl_ins_sensorinfo"),
"ishtmlsafe": true,
"hidden": false,
"buttons": [],
"icon": "fa-sensor",
"fields": [
"sensortype",
"sensorthreshold",
"stdmelding"
]
}
]
}