Alexander Wels has posted comments on this change.

Change subject: branding: Allow templates to be replaced
......................................................................


Patch Set 1: Verified+1

(1 comment)

....................................................
File 
backend/manager/modules/branding/src/main/java/org/ovirt/engine/core/branding/BrandingTheme.java
Line 247:         return result;
Line 248:     }
Line 249: 
Line 250:     public boolean shouldReplaceWelcomePageSectionTemplate() {
Line 251:         return 
Boolean.valueOf(brandingProperties.getProperty(REPLACE_TEMPLATE_KEY));
This accepts true regardless of case (upper/lower/mixed/etc), anything that is 
not true turns into false. I dislike allowing multiple 'true' values like 
true/1/yes. This accepts true in whatever case, which is sufficient IMO
Line 252:     }
Line 253: 
Line 254:     /**
Line 255:      * Return the raw welcome template as a string.


-- 
To view, visit http://gerrit.ovirt.org/21195
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Id3376500d1ceece80132089d90174e092992d36d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alexander Wels <aw...@redhat.com>
Gerrit-Reviewer: Alexander Wels <aw...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Einav Cohen <eco...@redhat.com>
Gerrit-Reviewer: Greg Sheremeta <gsher...@redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vsz...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to