Fixing type with Sparql Update page permissions. VIVO-101 VIVO-63
This commit is contained in:
parent
45510fefca
commit
19cf28da88
2 changed files with 6 additions and 5 deletions
|
@ -143,8 +143,7 @@ public class PageController extends FreemarkerHttpServlet{
|
|||
return doNotFound(vreq);
|
||||
}
|
||||
|
||||
//executePageDataGetters( pageUri, vreq, getServletContext(), mapForTemplate );
|
||||
//these should all be data getters now
|
||||
//these should all be DataGetters now, not PageDataGetters
|
||||
executeDataGetters( pageUri, vreq, mapForTemplate);
|
||||
|
||||
mapForTemplate.putAll( getPageControllerValues( pageUri, vreq, getServletContext(), mapForTemplate));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue