DaanHoogland commented on code in PR #6748:
URL: https://github.com/apache/cloudstack/pull/6748#discussion_r1069261131


##########
server/src/main/java/com/cloud/user/DomainManager.java:
##########
@@ -51,4 +51,6 @@ public interface DomainManager extends DomainService {
     public static final String MESSAGE_ADD_DOMAIN_EVENT = 
"Message.AddDomain.Event";
     public static final String MESSAGE_PRE_REMOVE_DOMAIN_EVENT = 
"Message.PreRemoveDomain.Event";
     public static final String MESSAGE_REMOVE_DOMAIN_EVENT = 
"Message.RemoveDomain.Event";
+
+    boolean domainIdListContainsAccessibleDomain(String domainIdList, Account 
caller, Long domainId);

Review Comment:
   :+1: 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to