- aggiornato la versione STAMPA, che non funzionava
This commit is contained in:
@@ -2726,6 +2726,7 @@ export const tools = {
|
||||
(elem.onlyManager && userStore.isManager) ||
|
||||
(elem.onlySocioResidente && userStore.my.profile.socioresidente) ||
|
||||
(elem.onlyConsiglio && userStore.my.profile.consiglio) ||
|
||||
(elem.onlyCollaboratore && userStore.isCollaboratore) ||
|
||||
(elem.onlyNotSoci && !userStore.my.profile.socio) ||
|
||||
(elem.onlyFacilitatore && userStore.isFacilitatore) ||
|
||||
(elem.onlyEditor && userStore.isEditor) ||
|
||||
|
||||
Reference in New Issue
Block a user