- generazione della raccolta PDF OK !!!
This commit is contained in:
@@ -1341,6 +1341,7 @@ export const useUserStore = defineStore('UserStore', {
|
|||||||
this.my.perm,
|
this.my.perm,
|
||||||
shared_consts.Permissions.Grafico.value
|
shared_consts.Permissions.Grafico.value
|
||||||
);
|
);
|
||||||
|
this.isCollaboratore = this.isGrafico || this.isCommerciale || this.isEditor || this.isAdmin || this.isManager
|
||||||
|
|
||||||
this.my.tokens = [];
|
this.my.tokens = [];
|
||||||
this.resetArrToken(this.my.tokens);
|
this.resetArrToken(this.my.tokens);
|
||||||
|
|||||||
@@ -95,6 +95,9 @@ body {
|
|||||||
font-size: calc(15 * var(--scalecatalogx) * 1px);
|
font-size: calc(15 * var(--scalecatalogx) * 1px);
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
||||||
|
hyphens: auto; /* Sillabazione automatica */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.book-link {
|
.book-link {
|
||||||
|
|||||||
@@ -2581,7 +2581,7 @@ export default defineComponent({
|
|||||||
icon: 'check',
|
icon: 'check',
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
let error = ris.error
|
let error = ris?.error
|
||||||
$q.notify({
|
$q.notify({
|
||||||
color: 'negative',
|
color: 'negative',
|
||||||
message: `PDF NON generato Errore: ${error}!`,
|
message: `PDF NON generato Errore: ${error}!`,
|
||||||
|
|||||||
@@ -619,7 +619,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="catalog-download-section">
|
<div v-if="myCatalog.pdf_online" class="catalog-download-section">
|
||||||
<q-card class="catalog-card shadow-8">
|
<q-card class="catalog-card shadow-8">
|
||||||
<q-card-section class="text-center">
|
<q-card-section class="text-center">
|
||||||
<q-img
|
<q-img
|
||||||
@@ -701,7 +701,7 @@
|
|||||||
</q-card>
|
</q-card>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="tools.isCollStampa()"
|
v-if="tools.isCollStampa() && myCatalog.pdf_online_stampa"
|
||||||
class="catalog-download-section"
|
class="catalog-download-section"
|
||||||
>
|
>
|
||||||
<q-card class="catalog-card shadow-8">
|
<q-card class="catalog-card shadow-8">
|
||||||
|
|||||||
Reference in New Issue
Block a user