099 resourceRealm fix

This commit is contained in:
msyu
2025-04-23 13:44:38 +03:00
parent a97a4422cc
commit fbb0d2ae5c
3 changed files with 10 additions and 8 deletions
@@ -389,7 +389,7 @@
</cfquery>
<cfif local.qCheckResourceRealmAccess.recordCount EQ 0>
<cfthrow message="Resource realm specified in CFS param is not available for the current contract" detail="CFS resource realm #arguments.paramValue# unawailable. Instance operation UID #arguments.instanceOperationUid#. Contract ID #arguments.contractId#"/>
<cfthrow message="Resource realm specified in CFS param is not available for the current contract" detail="CFS resource realm #arguments.paramValue# unawailable. Instance operation UID #arguments.instanceOperationUid#. Contract ID #local.qContract.contract_id#"/>
</cfif>
</cffunction>