From b8212ddca51b98346c941e8164c0c2509453d916 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 31 Jan 2026 17:56:26 +0300 Subject: [PATCH] 204 svc_operation_cfs_param.is_actual --- v1/Application.cfc | 2 +- v1/resources/svc_operation.cfc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index 42c2225..e1ade92 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.203"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.204"; /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/svc_operation.cfc b/v1/resources/svc_operation.cfc index 156fab6..17ee649 100644 --- a/v1/resources/svc_operation.cfc +++ b/v1/resources/svc_operation.cfc @@ -65,6 +65,7 @@ from svc_operation_cfs_param p where p.svc_operation_id= + AND p.is_actual order by p.sort, p.svc_operation_cfs_param_id