Merge branch 'open401'

This commit is contained in:
Pete Richards
2016-03-01 10:37:12 -08:00
3 changed files with 59 additions and 53 deletions

View File

@@ -92,6 +92,13 @@ define([
"reloadOnSearch": false
}
],
"constants": [
{
"key": "DEFAULT_PATH",
"value": "mine",
"priority": "fallback"
}
],
"controllers": [
{
"key": "BrowseController",
@@ -103,7 +110,8 @@ define([
"$q",
"objectService",
"navigationService",
"urlService"
"urlService",
"DEFAULT_PATH"
]
},
{