user permissions

This commit is contained in:
2025-07-19 13:38:58 +02:00
parent ec8e73507c
commit 496d5bdb2b
30 changed files with 1384 additions and 195 deletions

View File

@@ -21,7 +21,7 @@ export const useWarrenStore = defineStore('warrens', {
}
if (!this.current.path.endsWith('/')) {
this.current.path += '/';
path = '/' + path;
}
this.current.path += path;