From f10d0846fd55f1b3b4ad5cd6d1dcb6742a28522e Mon Sep 17 00:00:00 2001 From: msyu Date: Sun, 6 Apr 2025 11:21:39 +0300 Subject: [PATCH] 076 bugfix --- v1/resources/instance_operation_run.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1/resources/instance_operation_run.cfc b/v1/resources/instance_operation_run.cfc index e654e14..bc072c6 100644 --- a/v1/resources/instance_operation_run.cfc +++ b/v1/resources/instance_operation_run.cfc @@ -111,7 +111,7 @@ from instance_operation io join instance e on (io.instance_uid=e.instance_uid) join svc_operation so on (e.service_id=so.svc_id AND io.operation=so.operation) - left outer join resource_realm r on so.resource_realm_id=r.resource_realm_id + left outer join resource_realm r on io.resource_realm_id=r.resource_realm_id where io.instance_operation_uid=