From 5f995381dfe7806cc5811fd99279aa07bae857f3 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 10 Mar 2026 17:26:54 +0300 Subject: [PATCH] 212 bugfix --- v1/Application.cfc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index 0f89d72..fb9218b 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -57,7 +57,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="svc-api"; - variables.framework.docs.APIVersion="0.211"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.212"; /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; @@ -288,7 +288,7 @@ var usrCustomerInfo=getUsrCustomerInfo(idpUserData.userInfo.contactId, idpUserData.userInfo.companyId); } catch (e) { - return representationOf( {"exception.Message"=e.Message, "exception.Detail"=e.Detail, "idpResponse"=result} ); + return representationOf( {"exception.Message"=e.Message, "exception.Detail"=e.Detail, "idpResponse"=result} ).withStatus(422); } //dump(idpUserData);dump(usrCustomerInfo);abort; @@ -458,7 +458,7 @@ - select u.usr_id, u.contragent_id, k.contragent_id as c_contragent_id, + select u.usr_id, u.contragent_id, k.contragent_id as c_contragent_id from usr u left outer join contragent k on (u.contragent_id=k.contragent_id) where u.idp_usr_uid=