Merge r7495 from nihvivo-rel-1.2-maint
This commit is contained in:
parent
713b23ed5e
commit
3d577d399a
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 ! "disabled".equals(property);
|
||||
return "enabled".equals(property);
|
||||
}
|
||||
|
||||
private Model getRDF(Individual entity, OntModel contextModel, Model newModel, int recurseDepth ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue