[VIVO-1315] Enable Plum print by default (#61)

* [VIVO-1315] Plum print integration

* VIVO-1315 default Plum print to enabled
This commit is contained in:
Steve McKay 2017-10-21 15:20:32 -04:00 committed by grahamtriggs
parent e0b723354d
commit 00f7b95266

View file

@ -203,7 +203,7 @@ class IndividualResponseBuilder {
ConfigurationProperties properties = ConfigurationProperties.getBean(vreq); ConfigurationProperties properties = ConfigurationProperties.getBean(vreq);
if (properties != null) { if (properties != null) {
String enabled = properties.getProperty("resource.plum-print", "disabled"); String enabled = properties.getProperty("resource.plum-print", "enabled");
String displayTo = properties.getProperty("resource.plum-print.displayto", "right"); String displayTo = properties.getProperty("resource.plum-print.displayto", "right");
String printHideEmpty = properties.getProperty("resource.plum-print.hide-when-empty", "true"); String printHideEmpty = properties.getProperty("resource.plum-print.hide-when-empty", "true");
String printPopover = properties.getProperty("resource.plum-print.popover", "right"); String printPopover = properties.getProperty("resource.plum-print.popover", "right");