Friends Notification
Starting Group Create Notification...
This commit is contained in:
@@ -850,12 +850,12 @@ export default defineComponent({
|
||||
// refresh()
|
||||
})
|
||||
|
||||
function isTutor() {
|
||||
return userStore.isTutor
|
||||
function isFacilitatore() {
|
||||
return userStore.isFacilitatore
|
||||
}
|
||||
|
||||
function disabilita() {
|
||||
if ((mytable.value === 'users') && (isTutor())) {
|
||||
if ((mytable.value === 'users') && (isFacilitatore() && !userStore.isAdmin && !userStore.isManager)) {
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
@@ -108,8 +108,8 @@ export default defineComponent({
|
||||
return isSocio.value ? 'green-7' : 'white'
|
||||
}
|
||||
|
||||
function isTutor() {
|
||||
return userStore.isTutor
|
||||
function isFacilitatore() {
|
||||
return userStore.isFacilitatore
|
||||
}
|
||||
|
||||
function isZoomeri() {
|
||||
@@ -443,7 +443,7 @@ export default defineComponent({
|
||||
getClassColorHeader,
|
||||
getcart,
|
||||
getnumItemsCart,
|
||||
isTutor,
|
||||
isFacilitatore,
|
||||
isZoomeri,
|
||||
isTratuttrici,
|
||||
getUsernameChatByMsg,
|
||||
|
||||
@@ -199,7 +199,7 @@
|
||||
<div v-if="isSocioResidente()" class="text-weight-bold text-user q-px-xs bg-amber">Residente</div>
|
||||
<div v-if="isConsiglio()" class="text-weight-bold text-user q-px-xs bg-deep-orange-10">Consiglio</div>
|
||||
<div v-if="isManager()" class="text-weight-bold text-user bg-blue q-px-xs">Segreteria</div>
|
||||
<div v-if="isTutor()" class="text-weight-bold text-user q-px-xs">Facilitatore</div>
|
||||
<div v-if="isFacilitatore()" class="text-weight-bold text-user q-px-xs">Facilitatore</div>
|
||||
<div v-if="isTratuttrici()" class="text-weight-bold text-user q-px-xs">Editor</div>
|
||||
</div>
|
||||
<div v-if="!tools.isLogged()" class="text-user text-italic bg-red">
|
||||
|
||||
Reference in New Issue
Block a user