fix: restore shell_theme.css/js permissions in load_path.py (ahserver still requires RBAC check for auto-served static files)
This commit is contained in:
parent
0f470fca61
commit
f74f8aed8d
@ -33,6 +33,8 @@ paths = [
|
|||||||
|
|
||||||
# Shell
|
# Shell
|
||||||
("/dashboard_for_sage/shell.ui", "logined"),
|
("/dashboard_for_sage/shell.ui", "logined"),
|
||||||
|
("/dashboard_for_sage/shell_theme.css", "any"),
|
||||||
|
("/dashboard_for_sage/shell_theme.js", "any"),
|
||||||
|
|
||||||
# Global menu
|
# Global menu
|
||||||
("/dashboard_for_sage/global_menu.ui", "logined"),
|
("/dashboard_for_sage/global_menu.ui", "logined"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user