168 bug fix

This commit is contained in:
2025-11-19 18:09:35 +03:00
parent 485efb12c3
commit 7cf6d8b195
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="svc-api";
variables.framework.docs.APIVersion="0.167"; /*$ git config --global --unset user.password*/
variables.framework.docs.APIVersion="0.168"; /*$ git config --global --unset user.password*/
variables.framework.globalHeaders = structNew();
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";
+1 -1
View File
@@ -94,7 +94,7 @@
left outer join contract d on (s.contract_id=d.contract_id)
left outer join svc v on (e.service_id=v.svc_id)
left outer join usr c on (e.creator_id=c.usr_id)
left outer join usr u on (u.updater_id=u.usr_id)
left outer join usr u on (e.updater_id=u.usr_id)
where
s.specification_id=<cfqueryparam cfsqltype="cf_sql_integer" value=#arguments.specificationId#/>
<m:filter_build filter=#filter#/>