weizhouapache commented on code in PR #13032:
URL: https://github.com/apache/cloudstack/pull/13032#discussion_r3334232861
##########
framework/extensions/src/main/java/org/apache/cloudstack/framework/extensions/manager/ExtensionsManagerImpl.java:
##########
@@ -714,6 +815,14 @@ public List<ExtensionResponse>
listExtensions(ListExtensionsCmd cmd) {
sc.setParameters("keyword", "%" + keyword + "%");
}
+ if (typeStr != null) {
+ Extension.Type type = EnumUtils.getEnum(Extension.Type.class,
typeStr);
Review Comment:
this is introduced by Hari's extension framework.
let's keep it case-sensitive . are you ok with it @vishesh92
--
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]