bug 11495: set bootable as user selected for iso/templates

status 11495: resolved fixed
Reviewed-by:alena@citrix.com
This commit is contained in:
Edison Su 2011-09-19 17:41:38 -07:00
parent 0a113461d7
commit 180625e88e
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ public abstract class TemplateAdapterBase implements TemplateAdapter {
Long id = _tmpltDao.getNextInSequence(Long.class, "id");
UserContext.current().setEventDetails("Id: " +id+ " name: " + name);
return new TemplateProfile(id, userId, name, displayText, bits, passwordEnabled, requiresHVM, url, isPublic,
featured, isExtractable, imgfmt, guestOSId, zoneId, hypervisorType, accountName, domainId, accountId, chksum, true, templateTag);
featured, isExtractable, imgfmt, guestOSId, zoneId, hypervisorType, accountName, domainId, accountId, chksum, bootable, templateTag);
}
@Override