diff --git a/v1/Application.cfc b/v1/Application.cfc index 11e3f4f..a1f595b 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.131"; /*instance_data field removed*/ /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.132"; /*instance_operation_cfs_param bug*/ /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); diff --git a/v1/resources/instance_operation_cfs_param.cfc b/v1/resources/instance_operation_cfs_param.cfc index 476ddc4..206b4b2 100644 --- a/v1/resources/instance_operation_cfs_param.cfc +++ b/v1/resources/instance_operation_cfs_param.cfc @@ -44,6 +44,7 @@ sop.func sop.nested_ref sop.config + e.service_id from instance_operation_cfs_param iop join svc_operation_cfs_param sop on (iop.svc_operation_cfs_param_id=sop.svc_operation_cfs_param_id) @@ -61,8 +62,8 @@ diff --git a/v1/resources/instance_operation_default.cfc b/v1/resources/instance_operation_default.cfc index 44fb5d4..a0d67cd 100644 --- a/v1/resources/instance_operation_default.cfc +++ b/v1/resources/instance_operation_default.cfc @@ -1,4 +1,5 @@ + diff --git a/v1/resources/user.cfc b/v1/resources/user.cfc index fdac10f..b5010f9 100644 --- a/v1/resources/user.cfc +++ b/v1/resources/user.cfc @@ -27,7 +27,7 @@ ---> - + select s.specification_id