- 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:
@@ -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>-->
|
||||
|
||||
Reference in New Issue
Block a user