1. Implemented the backend for accepting shorter urls for visualizations. This partially implements the feature described here http://issues.library.cornell.edu/browse/NIHVIVO-1097
2. Changed the IndividualTemplateModel to render shorter vis urls for temporal graph & ego-centric networks. 3. changed main toggle visualization links in ego-centric networks to use shorter vis urls.
This commit is contained in:
parent
bad94b2d1c
commit
bffd2fefea
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ public class UrlBuilder {
|
|||
SITE_ADMIN("/siteAdmin"),
|
||||
TERMS_OF_USE("/termsOfUse"),
|
||||
VISUALIZATION("/visualization"),
|
||||
VISUALIZATION_SHORT("/vis"),
|
||||
VISUALIZATION_AJAX("/visualizationAjax"),
|
||||
VISUALIZATION_DATA("/visualizationData");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue