hotfix: refs #7323 generate code & minor changes #635
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#635
Loading…
Reference in New Issue
No description provided.
Delete Branch "7323-hotfix-workerFineTunning"
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?
@ -157,3 +141,1 @@
:value="worker.isDisable"
/>
</VnRow>
<VnLv
Uno debajo del otro.
@ -149,7 +179,7 @@ function uppercaseStreetModel(data) {
auto-load
>
<template #more-create-dialog="{ data }">
<div class="q-pa-lg full-width" style="max-width: 1200px">
No hacía nada
@ -164,3 +194,3 @@
/>
<VnRow>
<VnInput v-model="data.firstName" :label="t('worker.create.name')" />
<VnInput
He creado un punto en la próxima reunión de Salix para que se haga refactor de los componentes create y se pueda usar en los VnTable. Ahora mismo en todos los listados se ha duplicado el código...
@ -152,7 +152,7 @@ const getEventAttrs = (timestamp) => {
if (isFestive) {
attrs.class = '--festive';
attrs.label = event.absenceId ?? timestamp.day;
Esto mostraba el id de la ausencia... en lugar del día. Además, en la lógica de Salix, no he visto nada parecido.
WIP: hotfix: refs #7323 generate code & minor changesto hotfix: refs #7323 generate code & minor changes@ -550,1 +554,3 @@
style="padding: 20px 16px !important"
:style="{
padding: '20px 16px !important',
'vertical-align': 'baseline',
Alinea arriba del todo las horas. Probado en Firefox, chorme y Edge.