Friends Notification
Starting Group Create Notification...
This commit is contained in:
@@ -1736,7 +1736,7 @@ export const tools = {
|
||||
|| (elem.onlySocioResidente && userStore.my.profile.socioresidente)
|
||||
|| (elem.onlyConsiglio && userStore.my.profile.consiglio)
|
||||
|| (elem.onlyNotSoci && !userStore.my.profile.socio)
|
||||
|| (elem.onlyFacilitatore && userStore.isTutor)
|
||||
|| (elem.onlyFacilitatore && userStore.isFacilitatore)
|
||||
|| (elem.onlyEditor && userStore.isEditor)
|
||||
|| (elem.onlyDepartment && userStore.isDepartment)
|
||||
|| ((!elem.onlyAdmin) && (!elem.onlyManager) && (!elem.onlyFacilitatore) && (!elem.onlyEditor) && (!elem.onlyDepartment)
|
||||
@@ -2231,9 +2231,9 @@ export const tools = {
|
||||
return userStore.isAdmin
|
||||
},
|
||||
|
||||
isTutor() {
|
||||
isFacilitatore() {
|
||||
const userStore = useUserStore()
|
||||
return userStore.isTutor
|
||||
return userStore.isFacilitatore
|
||||
},
|
||||
|
||||
isZoomeri() {
|
||||
|
||||
Reference in New Issue
Block a user