sureshanaparti commented on code in PR #11214:
URL: https://github.com/apache/cloudstack/pull/11214#discussion_r2209873709


##########
server/src/main/java/com/cloud/api/query/dao/TemplateJoinDaoImpl.java:
##########
@@ -480,6 +480,7 @@ public TemplateResponse newIsoResponse(TemplateJoinVO iso, 
ResponseView view) {
         isoResponse.setExtractable(iso.isExtractable() && 
!(iso.getTemplateType() == TemplateType.PERHOST));
         isoResponse.setCreated(iso.getCreatedOnStore());
         isoResponse.setDynamicallyScalable(iso.isDynamicallyScalable());
+        isoResponse.setFormat(iso.getFormat());

Review Comment:
   @sudo87 if the format is ISO always, then it may not be required



-- 
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