- Sistemato i Referenti (e non Editori), quando crei un nuovo Catalogo ti imposta la proprietà a te, ma chiunque Collaboratore potrebbe cmq modificartelo.

This commit is contained in:
Surya Paolo
2025-07-01 12:59:39 +02:00
parent 4b65400d50
commit 9e95fe622b
29 changed files with 138 additions and 84 deletions

View File

@@ -146,7 +146,7 @@
>
aggiornato al ({{ tools.getstrDate(myrec.data_online_stampa) }})
</div>
<div
<!--<div
v-if="!tools.isUtente() && dettagli"
class="text-caption text-h7 text-grey q-pb-xs"
>
@@ -159,6 +159,20 @@
da
{{ myrec.username_lista_generata }}
</span>
</div>-->
<div
v-if="!tools.isUtente() && dettagli && myrec.data_lista_updated"
class="text-caption text-h7 text-grey q-pb-xs"
>
<q-icon name="fas fa-list" /> Lista aggiornata il:
<span
:class="
`text-` + (tools.isDateValid(myrec.data_lista_updated) ? 'blue' : 'red')
"
>{{ tools.getstrDate(myrec.data_lista_updated) || '' }}
da
{{ myrec.username_lista_updated }}
</span>
</div>
</div>
<!--<div class="text-overline text-orange-9">{{collanestr}}</div>-->