Site Configuration by Server Params (confsites and confpages)
This commit is contained in:
@@ -257,7 +257,7 @@ export const useTodoStore = defineStore('Todos', {
|
||||
const globalStore = useGlobalStore()
|
||||
const userStore = useUserStore()
|
||||
|
||||
if (!static_data.functionality.ENABLE_PROJECTS_LOADING)
|
||||
if (!globalStore.site.confpages.enableProj)
|
||||
return null
|
||||
|
||||
// console.log('dbLoad', nametable, checkPending, 'userid=', userStore.my._id)
|
||||
|
||||
Reference in New Issue
Block a user