#5834 - billingDataAutoFillBic #1821

Merged
jsegarra merged 12 commits from 5834-billingDataAutoFillBic into dev 2024-02-06 16:36:36 +00:00
Member
No description provided.
alexm added 6 commits 2023-11-03 08:29:20 +00:00
alexm changed title from 5834-billingDataAutoFillBic to WIP: 5834-billingDataAutoFillBic 2023-11-03 08:29:23 +00:00
alexm changed title from WIP: 5834-billingDataAutoFillBic to 5834-billingDataAutoFillBic 2023-11-03 08:29:26 +00:00
alexm changed title from 5834-billingDataAutoFillBic to WIP: 5834-billingDataAutoFillBic 2023-11-03 08:29:31 +00:00
alexm reviewed 2023-11-03 08:40:17 +00:00
@ -10,4 +10,20 @@ module.exports = Self => {
Self.validatesUniquenessOf('bic', {
message: 'This BIC already exist.'
});
Author
Member

Con esto en el back ya valdria

Con esto en el back ya valdria
Member

Entiendo que deberian estar las 2 validaciones del campo bic

Entiendo que deberian estar las 2 validaciones del campo bic
jsegarra added 1 commit 2024-01-12 11:54:22 +00:00
jsegarra added 1 commit 2024-01-12 12:05:25 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
fe4c529bfe
refs #5834 perf: remove front code
jsegarra changed title from WIP: 5834-billingDataAutoFillBic to WIP: #5834 - billingDataAutoFillBic 2024-01-30 14:04:56 +00:00
jsegarra requested review from jsegarra 2024-01-30 14:06:10 +00:00
jsegarra changed title from WIP: #5834 - billingDataAutoFillBic to #5834 - billingDataAutoFillBic 2024-01-30 14:06:25 +00:00
jsegarra added 1 commit 2024-01-30 14:06:30 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
7ebdf59d97
Merge branch 'dev' into 5834-billingDataAutoFillBic
jsegarra requested changes 2024-01-31 07:22:47 +00:00
@ -11,2 +11,4 @@
message: 'This BIC already exist.'
});
Self.validateAsync('bic', checkBic, {
Member

He hecho pruebas y he visto que si envias countryFk a null da error y este no es informativo al usuario.

Propuesta, añadir en bank-entity.js esta validación
Self.validatesPresenceOf('countryFk', { message: 'CountryFK cannot be empty' });

He hecho pruebas y he visto que si envias countryFk a null da error y este no es informativo al usuario. Propuesta, añadir en bank-entity.js esta validación ` Self.validatesPresenceOf('countryFk', { message: 'CountryFK cannot be empty' });`
jsegarra added 2 commits 2024-02-05 06:25:26 +00:00
jsegarra added 1 commit 2024-02-06 16:35:13 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
4d6e631fca
Merge branch 'dev' into 5834-billingDataAutoFillBic
jsegarra scheduled this pull request to auto merge when all checks succeed 2024-02-06 16:35:23 +00:00
jsegarra approved these changes 2024-02-06 16:35:29 +00:00
jsegarra merged commit a8a5ddd889 into dev 2024-02-06 16:36:36 +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#1821
No description provided.