NIHVIVO-2098 DO SHOW the link for temporal visualization unless deploy.properties specifies "visualization.temporal = disabled"
This commit is contained in:
parent
036a88fceb
commit
85a34378a1
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ public class IndividualController extends FreemarkerHttpServlet {
|
|||
|
||||
private boolean getTemporalVisualizationFlag() {
|
||||
String property = ConfigurationProperties.getProperty("visualization.temporal");
|
||||
return "enabled".equals(property);
|
||||
return ! "disabled".equals(property);
|
||||
}
|
||||
|
||||
private Model getRDF(Individual entity, OntModel contextModel, Model newModel, int recurseDepth ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue