204 svc_operation_cfs_param.is_actual

This commit is contained in:
2026-01-31 17:56:26 +03:00
parent 2b5b3c0b6d
commit b8212ddca5
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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";
+1
View File
@@ -65,6 +65,7 @@
</m:field_set>
from svc_operation_cfs_param p
where p.svc_operation_id=<cfqueryparam cfsqltype="cf_sql_other" value="#arguments.svcOperationId#" null=#!isValid('integer',arguments.svcOperationId)#/>
AND p.is_actual
order by p.sort, p.svc_operation_cfs_param_id
</cfquery>