[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:
parent
e0b723354d
commit
00f7b95266
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ class IndividualResponseBuilder {
|
|||
ConfigurationProperties properties = ConfigurationProperties.getBean(vreq);
|
||||
|
||||
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 printHideEmpty = properties.getProperty("resource.plum-print.hide-when-empty", "true");
|
||||
String printPopover = properties.getProperty("resource.plum-print.popover", "right");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue