1. Adding the tools menu for visualizations. This will provide detailed explanation on why we need the cache refreshing for visualizations and also the link to initiating the reconstruct. It is only accessible to the admins.
This commit is contained in:
parent
a83c1180f4
commit
51208948f2
3 changed files with 110 additions and 0 deletions
|
@ -46,6 +46,9 @@
|
|||
<bean id="regenerate_vis_models"
|
||||
class="edu.cornell.mannlib.vitro.webapp.visualization.modelconstructor.ModelConstructorRequestHandler" />
|
||||
|
||||
<bean id="tools"
|
||||
class="edu.cornell.mannlib.vitro.webapp.visualization.tools.ToolsRequestHandler" />
|
||||
|
||||
<bean id="visualizationInjector"
|
||||
class="edu.cornell.mannlib.vitro.webapp.controller.visualization.VisualizationInjector">
|
||||
<property name="visualizations">
|
||||
|
@ -118,6 +121,10 @@
|
|||
|
||||
<entry key="refresh-cache">
|
||||
<ref bean="regenerate_vis_models"></ref>
|
||||
</entry>
|
||||
|
||||
<entry key="tools">
|
||||
<ref bean="tools"></ref>
|
||||
</entry>
|
||||
|
||||
</map>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue