189 subparam additional fields
This commit is contained in:
@@ -167,6 +167,7 @@
|
||||
,sp.regex
|
||||
,sp.sort
|
||||
,sp.is_sensitive
|
||||
--,sp.func
|
||||
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
|
||||
@@ -186,6 +187,9 @@
|
||||
"maxlength":"#local.qSubparam.maxlength#",
|
||||
"regex":"#local.qSubparam.regex#",
|
||||
"man":"#local.qSubparam.man#",
|
||||
"descr":"#local.qSubparam.descr#",
|
||||
"defaultValue":"#local.qSubparam.default_value#",
|
||||
<!--- "func":"#local.qSubparam.func#", --->
|
||||
"isRequired":#request.castToBool(local.qSubparam.is_required)#,
|
||||
"isSensitive":#request.castToBool(local.qSubparam.is_sensitive)#,
|
||||
"isModifiableDefinition":false
|
||||
|
||||
Reference in New Issue
Block a user