VIVO-120 VitroRequest.getFullWebappDaoFactory() is poorly named.
In fact, it returns a reference to the unfilteredWebappDaoFactory, and this was changed (broken) by the work on VIVO-82.
This commit is contained in:
parent
ed95df1637
commit
91277a1715
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public class VitroRequest extends HttpServletRequestWrapper {
|
||||||
|
|
||||||
/** gets assertions + inferences WebappDaoFactory with no filtering **/
|
/** gets assertions + inferences WebappDaoFactory with no filtering **/
|
||||||
public WebappDaoFactory getFullWebappDaoFactory() {
|
public WebappDaoFactory getFullWebappDaoFactory() {
|
||||||
return ModelAccess.on(this).getWebappDaoFactory();
|
return getUnfilteredWebappDaoFactory();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** gets assertions-only WebappDaoFactory with no filtering */
|
/** gets assertions-only WebappDaoFactory with no filtering */
|
||||||
|
|
Loading…
Add table
Reference in a new issue