#5878 - FiscalData Validations #108

Merged
jsegarra merged 9 commits from 5858-fiscalData-validations into dev 2024-02-07 09:31:47 +00:00
Member
No description provided.
jsegarra added 1 commit 2023-11-21 11:50:13 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
701f1e100f
refs #5858 feat: add catch when patch FormModel
jsegarra added 1 commit 2023-11-22 06:12:52 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
333050b6a7
refs #5858 feat: add format validation
jsegarra changed title from WIP: 5858-FiscalData Validations to WIP: #5878 - FiscalData Validations 2023-12-13 09:16:36 +00:00
jsegarra changed title from WIP: #5878 - FiscalData Validations to #5878 - FiscalData Validations 2023-12-13 09:16:38 +00:00
jsegarra requested review from juan 2023-12-13 09:17:42 +00:00
jsegarra requested review from alexm 2023-12-13 09:17:42 +00:00
jsegarra added 1 commit 2023-12-15 12:09:46 +00:00
juan requested changes 2023-12-22 09:22:35 +00:00
@ -33,0 +37,4 @@
if(!allowNull && value === null) return message
const isValid = new RegExp(format).test(value)
if(!isValid) return message
Owner

Tienes instalado eslint, el código no respeta las reglas: falta punto y coma al final de las líneas, espacio despues del if...

Tienes instalado eslint, el código no respeta las reglas: falta punto y coma al final de las líneas, espacio despues del if...
Author
Member

He corregido el problema, y anotado la causa del error para comentar en la próxima reunión.

He corregido el problema, y anotado la causa del error para comentar en la próxima reunión.
jsegarra marked this conversation as resolved
jsegarra added 2 commits 2023-12-22 09:33:59 +00:00
jsegarra requested review from juan 2023-12-22 09:35:49 +00:00
alexm approved these changes 2024-01-02 07:16:51 +00:00
jsegarra added 1 commit 2024-01-02 09:25:30 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
17dc491cc6
Merge branch 'dev' into 5858-fiscalData-validations
alexm added 1 commit 2024-01-04 09:20:11 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
c651becb76
Merge branch 'dev' into 5858-fiscalData-validations
juan approved these changes 2024-01-22 09:13:29 +00:00
jsegarra added 1 commit 2024-01-22 09:18:52 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
gitea/salix-front/pipeline/pr-dev Build started... Details
1f78053f2a
Merge branch 'dev' into 5858-fiscalData-validations
jsegarra added 1 commit 2024-02-07 09:30:05 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
552ac49d0a
Merge branch 'dev' into 5858-fiscalData-validations
jsegarra merged commit 56aa29b3ea into dev 2024-02-07 09:31:47 +00:00
jsegarra deleted branch 5858-fiscalData-validations 2024-02-07 09:31:47 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 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#108
No description provided.