We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136fd66 commit 1d228d3Copy full SHA for 1d228d3
server/src/main/java/com/cloud/api/query/QueryManagerImpl.java
@@ -3812,7 +3812,7 @@ protected void applyPublicTemplateSharingRestrictions(SearchCriteria<TemplateJoi
3812
}
3813
3814
/**
3815
- * Adds the provided domain ID the set if the domain does not share templates with the account. That is, if:
+ * Adds the provided domain ID to the set if the domain does not share templates with the account. That is, if:
3816
* (1) the template does not belong to the domain of the account AND
3817
* (2) the domain of the template has the setting 'share.public.templates.with.other.domains' disabled.
3818
*/
0 commit comments