NIHVIVO-2098 DO SHOW the link for temporal visualization unless deploy.properties specifies "visualization.temporal = disabled"
This commit is contained in:
parent
d2b3df1674
commit
92ca30ce14
3 changed files with 9 additions and 11 deletions
|
@ -578,9 +578,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
The VIVO developers are working to make this visualization more efficient.
|
The VIVO developers are working to make this visualization more efficient.
|
||||||
In the meantime, VIVO release 1.2 guards against this impact by disabling
|
In the meantime, VIVO release 1.2 allows you to guard against this impact
|
||||||
temporal graph visualization unless the "visualization.temporal" flag is
|
by setting the "visualization.temporal" flag to "disabled".
|
||||||
set to "enabled".
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="odd_row">
|
<tr class="odd_row">
|
||||||
|
|
|
@ -554,9 +554,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
The VIVO developers are working to make this visualization more efficient.
|
The VIVO developers are working to make this visualization more efficient.
|
||||||
In the meantime, VIVO release 1.2 guards against this impact by disabling
|
In the meantime, VIVO release 1.2 allows you to guard against this impact
|
||||||
temporal graph visualization unless the "visualization.temporal" flag is
|
by setting the "visualization.temporal" flag to "disabled".
|
||||||
set to "enabled".
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="odd_row blue">
|
<tr class="odd_row blue">
|
||||||
|
|
|
@ -133,10 +133,10 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId
|
||||||
# - VIVO is configured to use Jena SDB,
|
# - VIVO is configured to use Jena SDB,
|
||||||
# - The organization tree is deep,
|
# - The organization tree is deep,
|
||||||
# - The number of grants and publications is large.
|
# - The number of grants and publications is large.
|
||||||
# VIVO release 1.2 guards against this impact by disabling the temporal graph
|
# VIVO release 1.2 allows you to guard against this impact by setting
|
||||||
# visualization unless the "visualization.temporal" flag is set to "enabled".
|
# the "visualization.temporal" flag to "disabled".
|
||||||
#
|
#
|
||||||
#visualization.temporal = enabled
|
visualization.temporal = enabled
|
||||||
|
|
||||||
#
|
#
|
||||||
# The temporal graph visualization is used to compare different organizations/people
|
# The temporal graph visualization is used to compare different organizations/people
|
||||||
|
|
Loading…
Add table
Reference in a new issue