refs #5509 - entryDms #199

Merged
alexm merged 22 commits from 5509-entryDms into dev 2024-02-27 11:33:45 +00:00
Member
No description provided.
alexm added 15 commits 2024-02-22 09:15:55 +00:00
alexm added 1 commit 2024-02-22 09:20:09 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
00bed4fd61
refs #5509 fix(FormModel): autoLoad && formInitalData
alexm changed title from WIP: 5509-entryDms to 5509-entryDms 2024-02-22 09:28:04 +00:00
alexm requested review from jsegarra 2024-02-22 09:28:09 +00:00
alexm changed title from 5509-entryDms to WIP: 5509-entryDms 2024-02-22 09:28:59 +00:00
alexm added 1 commit 2024-02-22 09:56:34 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
de184e9cf8
refs #5509 feat(DMS): change icon
alexm changed title from WIP: 5509-entryDms to 5509-entryDms 2024-02-23 07:20:31 +00:00
jsegarra requested changes 2024-02-26 11:26:23 +00:00
@ -0,0 +109,4 @@
:auto-load="!$props.formInitialData"
/>
<FormModelPopup
:title="t('create')"
Member

El mismo modal sirve para añadir y editar. Cambiaria el titulo para que sea mas informativo

El mismo modal sirve para añadir y editar. Cambiaria el titulo para que sea mas informativo
alexm marked this conversation as resolved
@ -0,0 +117,4 @@
<template #form-inputs>
<div class="q-gutter-y-ms">
<VnRow>
<VnInput :label="t('Reference')" v-model="dms.reference" />
Member

Revisar traducción

Revisar traducción
alexm marked this conversation as resolved
@ -0,0 +166,4 @@
class="cursor-pointer"
@click="inputFileRef.pickFiles()"
>
<QTooltip>{{ t('Select a file') }}</QTooltip>
Member

traducción

traducción
alexm marked this conversation as resolved
Member

Me sale error
image

Estoy editando, no creando por tanto, debería ser "Error al actualizar"?

Me sale error ![image](/attachments/a5045733-610b-466b-bbd6-67505a660bae) Estoy editando, no creando por tanto, debería ser "Error al actualizar"?
Member

Si lo envio sin Tipo, me sale este error
image
image

Si lo envio sin Tipo, me sale este error ![image](/attachments/d8e63e9e-dc64-46a5-bd9c-9f20aaf44437) ![image](/attachments/2553f389-b517-4ad2-8709-958ee8d5f0ee)
jsegarra requested changes 2024-02-26 11:34:30 +00:00
@ -0,0 +145,4 @@
input-debounce="0"
/>
</VnRow>
<QInput
Member

He puesto 200 caracteres y solo me ha guardado 45( creo)

He puesto 200 caracteres y solo me ha guardado 45( creo)
Author
Member

LIteralmente guarda 200

LIteralmente guarda 200
alexm marked this conversation as resolved
@ -0,0 +146,4 @@
/>
</VnRow>
<QInput
:label="t('globals.description')"
Member

Si desde el modal abierto añado un texto , este valor se refleja en la columna de descripción de la tabla, y todavía no he guardado.

Si desde el modal abierto añado un texto , este valor se refleja en la columna de descripción de la tabla, y todavía no he guardado.
alexm marked this conversation as resolved
Member

Con el texto muy largo, la columna Tipo, se ve asi
image

Con el texto muy largo, la columna Tipo, se ve asi ![image](/attachments/4e19bcb8-4ab9-4d46-a0ac-73739d6fa618)
alexm added 2 commits 2024-02-26 14:06:56 +00:00
alexm changed title from 5509-entryDms to refs #5509 - entryDms 2024-02-26 14:07:19 +00:00
alexm added 1 commit 2024-02-27 07:22:00 +00:00
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
c8a4854df9
refs #5509 fix(vnDms): fix issues
alexm added 1 commit 2024-02-27 07:22:25 +00:00
alexm requested review from jsegarra 2024-02-27 07:23:14 +00:00
jsegarra added 1 commit 2024-02-27 10:45:35 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
dd70a28c98
Merge branch 'dev' into 5509-entryDms
jsegarra approved these changes 2024-02-27 10:45:50 +00:00
alexm merged commit 65d03222ed into dev 2024-02-27 11:33:45 +00:00
alexm deleted branch 5509-entryDms 2024-02-27 11:33:45 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix-front#199
No description provided.