187 map: subparam additional properties
This commit is contained in:
@@ -284,7 +284,16 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
|
||||
<cfloop query="local.qSubparam">
|
||||
<cfset structInsert(mapDescriptor, local.qSubparam.svc_operation_cfs_subparam,
|
||||
{
|
||||
"svcOperationCfsSubparamId":"#local.qSubparam.svc_operation_cfs_subparam_id#",
|
||||
"svcOperationCfsSubparam":"#local.qSubparam.svc_operation_cfs_subparam#",
|
||||
"label":"#local.qSubparam.label#",
|
||||
"dataType":"#local.qSubparam.data_type#",
|
||||
"valueList":"#local.qSubparam.value_list#",
|
||||
"minlength":"#local.qSubparam.minlength#",
|
||||
"maxlength":"#local.qSubparam.maxlength#",
|
||||
"regex":"#local.qSubparam.regex#",
|
||||
"man":"#local.qSubparam.man#",
|
||||
"isRequired":#request.castToBool(local.qSubparam.is_required)#,
|
||||
"isSensitive":#request.castToBool(local.qSubparam.is_sensitive)#,
|
||||
"isModifiableDefinition":false
|
||||
}, true
|
||||
@@ -295,6 +304,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
|
||||
</cfif>
|
||||
</cfloop>
|
||||
|
||||
<!--- *** проверку, что это не map-fixed, можно добавить здесь --->
|
||||
<cfloop query="local.qInstSubparam">
|
||||
<cfset structInsert(mapDescriptor, local.qInstSubparam.instance_operation_cfs_subparam,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user