216 subparam default_compute etc
This commit is contained in:
@@ -178,7 +178,9 @@
|
||||
,sp.regex
|
||||
,sp.sort
|
||||
,sp.is_sensitive
|
||||
--,sp.func
|
||||
,sp.ref_svc_id
|
||||
,sp.unique_scope
|
||||
,sp.default_compute
|
||||
from svc_operation_cfs_subparam sp
|
||||
where sp.svc_operation_cfs_param_id=<cfqueryparam cfsqltype="cf_sql_integer" value="#svc_operation_cfs_param_id#"/>
|
||||
order by sp.sort
|
||||
@@ -204,6 +206,9 @@
|
||||
"defaultValue":"#local.qSubparam.default_value#",
|
||||
"isRequired":#request.castToBool(local.qSubparam.is_required)#,
|
||||
"isSensitive":#request.castToBool(local.qSubparam.is_sensitive)#,
|
||||
"refSvcId":#local.qSubparam.ref_svc_id)#,
|
||||
"uniqueScope":"#local.qSubparam.unique_scope)#",
|
||||
"defaultCompute":"#local.qSubparam.default_compute)#",
|
||||
"isModifiableDefinition":false
|
||||
}, true
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user