Features:
Fixes: 1) Update DASHBOARD_CALLBACK to point to correct view path; Extra: None
This commit is contained in:
parent
7c12b24c01
commit
41c6f20635
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ UNFOLD = {
|
|||
"search_models": True,
|
||||
"show_history": True,
|
||||
},
|
||||
"DASHBOARD_CALLBACK": "core.views.dashboard_callback",
|
||||
"DASHBOARD_CALLBACK": "engine.core.views.dashboard_callback",
|
||||
"LANGUAGES": {
|
||||
"navigation": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue