#7648 - CustomerView labeler #505
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#505
Loading…
Reference in New Issue
No description provided.
Delete Branch "7648_dev_customerEntries"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: 7648 - CustomerView labelerto 7648 - CustomerView labeler@ -109,12 +112,14 @@ function saveUserData(param, value) {
auto-load
/>
<FetchData
v-if="isEmployee"
preguntar a @juan una alternativa elegante
@ -314,6 +314,7 @@ entry:
pageTitles:
entries: Entries
list: List
eti: Labeler
labeler
@ -0,0 +124,4 @@
<style lang="scss" scoped>
.q-table--horizontal-separator tbody tr:nth-child(odd) > td {
border-bottom-width: 0px;
border-top-width: 2px;
copy paste
@ -30,6 +32,7 @@ onMounted(async () => {
<template>
<FetchData
v-if="isEmployee"
deshacer fichero
@ -0,0 +43,4 @@
name: 'landed',
isTitle: false,
create: true,
cardVisible: true,
false
@ -0,0 +56,4 @@
},
{
align: 'right',
label: '',
revisar si se puede no pasar nada
No pasa nada
@ -0,0 +77,4 @@
},
});
};
import VnTable from 'components/VnTable/VnTable.vue';
subir
@ -0,0 +102,4 @@
default-mode="card"
redirect="customer"
auto-load
:options="[]"
quitar
@ -0,0 +105,4 @@
:options="[]"
:right-search="false"
>
<template #top-left></template>
quitar
@ -1,4 +1,5 @@
entryList:
eti: eti
quitar
@ -2,2 +2,4 @@
You can search by entry reference: Puedes buscar por referencia de la entrada
entryList:
eti: Etiquetas
quitar ya exite la traduccion labels
@ -81,3 +81,3 @@
async function fetchPinned() {
if (pinnedModules.value.length) return;
if (pinnedModules.value.length || !role.isEmployee()) return;
eliminar condicion y modificar acl back
@ -0,0 +106,4 @@
>
<template #body="props">
<QTr>
<!-- <QTd>
?
Como tenia que mergear dev y resolver conflictos, lo he formateado
d15dc7336b
@ -0,0 +116,4 @@
</template>
</QTable>
</template></VnPaginate
>
?
Como tenia que mergear dev y resolver conflictos, lo he formateado
d15dc7336b
@ -0,0 +118,4 @@
</template></VnPaginate
>
</QCardSection></QCard
>
?
Como tenia que mergear dev y resolver conflictos, lo he formateado
d15dc7336b
New commits pushed, approval review dismissed automatically according to repository settings
7648 - CustomerView labelerto #7648 - CustomerView labeler