From 813f01b4648dcea9fef7870e6f059bd976bdd58b Mon Sep 17 00:00:00 2001 From: msyu Date: Thu, 25 Sep 2025 17:02:04 +0300 Subject: [PATCH] 147 request.usr_id bugfix --- v1/Application.cfc | 2 +- .../instance_operation_cfs_param_ls.cfc | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index e4eb254..ed9e795 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -51,7 +51,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="svc-api"; - variables.framework.docs.APIVersion="0.146"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.147"; /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/instance_operation_cfs_param_ls.cfc b/v1/resources/instance_operation_cfs_param_ls.cfc index d89825b..b724cb1 100644 --- a/v1/resources/instance_operation_cfs_param_ls.cfc +++ b/v1/resources/instance_operation_cfs_param_ls.cfc @@ -162,6 +162,17 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In + + @@ -249,6 +260,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In + @@ -302,7 +314,8 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In qSvcOperationCfsParam.svc_operation_cfs_param, arguments.paramValue, qSvcOperationCfsParam.unique_scope, - arguments.instanceOperationCfsParamUid + arguments.instanceOperationCfsParamUid, + arguments.usrId )/> @@ -313,7 +326,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In - +