You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2023/01/13 11:09:41 UTC

[GitHub] [cloudstack] DaanHoogland commented on a diff in pull request #6748: server: fix listnetworkofferings with domain, refactor listvpofferings

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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org