From aff2416baa73384834bd0f4ae039fa269965f9dd Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 12 Mar 2026 15:05:10 +0300 Subject: [PATCH] 214 empty lists repesented as empty arrays (forgotten entryes) --- v1/resources/instance_operation.cfc | 2 +- v1/resources/instance_operation_cfs_param.cfc | 2 +- v1/resources/svc_operation.cfc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v1/resources/instance_operation.cfc b/v1/resources/instance_operation.cfc index a2504b9..085f788 100644 --- a/v1/resources/instance_operation.cfc +++ b/v1/resources/instance_operation.cfc @@ -141,7 +141,7 @@ sop.label sop.data_type null as data_descriptor - sop.value_list + sop.value_list sop.ref_svc_id sop.func sop.is_required diff --git a/v1/resources/instance_operation_cfs_param.cfc b/v1/resources/instance_operation_cfs_param.cfc index b4ba2fd..50eba2e 100644 --- a/v1/resources/instance_operation_cfs_param.cfc +++ b/v1/resources/instance_operation_cfs_param.cfc @@ -467,7 +467,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In sop.svc_operation_cfs_param sop.data_type null as data_descriptor - sop.value_list + sop.value_list u.login as creator_login u.shortname as creator_shortname sop.is_sensitive diff --git a/v1/resources/svc_operation.cfc b/v1/resources/svc_operation.cfc index 17ee649..f0cfa95 100644 --- a/v1/resources/svc_operation.cfc +++ b/v1/resources/svc_operation.cfc @@ -36,7 +36,7 @@ p.svc_operation_cfs_param p.label p.data_type - p.value_list + p.value_list p.ref_svc_id p.is_required p.default_value