fix: refs #7322 handle null responses in client, agency and address fetching #1313

Merged
jtubau merged 8 commits from 7322-fixDestructuringErrorTicketSection into dev 2025-02-03 11:58:52 +00:00
Member
No description provided.
jtubau added 1 commit 2025-01-30 08:11:46 +00:00
jtubau added 1 commit 2025-01-30 08:12:18 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
4d163c7e8f
Merge branch 'dev' into 7322-fixDestructuringErrorTicketSection
jtubau requested review from jgallego 2025-01-30 08:19:42 +00:00
jgallego requested review from jsegarra 2025-01-30 08:23:09 +00:00
jgallego refused to review 2025-01-30 08:23:11 +00:00
jsegarra changed title from fix: refs #7322 handle null responses in client, agency and address fetching to WIP: fix: refs #7322 handle null responses in client, agency and address fetching 2025-01-30 19:33:54 +00:00
jtubau added 3 commits 2025-01-31 06:56:06 +00:00
jsegarra requested changes 2025-02-03 09:48:23 +00:00
Dismissed
@ -2,2 +2,3 @@
import agency from 'src/router/modules/agency';
export async function getAgencies(formData) {
export async function getAgencies(formData, client) {
Member

incluye la opción de pasarle un filtro personalizado, al igual que se ha hecho en getClientRisk
El mismo cambio en getClient

incluye la opción de pasarle un filtro personalizado, al igual que se ha hecho en getClientRisk El mismo cambio en getClient
jtubau added 1 commit 2025-02-03 10:34:01 +00:00
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
f2ef6c1c4e
refactor: refs #7322 update API functions to accept filters for enhanced data retrieval
jtubau added 1 commit 2025-02-03 10:59:16 +00:00
jtubau requested review from jsegarra 2025-02-03 11:03:32 +00:00
jsegarra approved these changes 2025-02-03 11:40:37 +00:00
Dismissed
jtubau changed title from WIP: fix: refs #7322 handle null responses in client, agency and address fetching to fix: refs #7322 handle null responses in client, agency and address fetching 2025-02-03 11:42:05 +00:00
jtubau added 1 commit 2025-02-03 11:42:14 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
a4201368d7
Merge branch 'dev' into 7322-fixDestructuringErrorTicketSection
jtubau dismissed jsegarra’s review 2025-02-03 11:42:14 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

jtubau requested review from jsegarra 2025-02-03 11:50:52 +00:00
jsegarra changed title from fix: refs #7322 handle null responses in client, agency and address fetching to WIP: fix: refs #7322 handle null responses in client, agency and address fetching 2025-02-03 11:51:20 +00:00
jsegarra changed title from WIP: fix: refs #7322 handle null responses in client, agency and address fetching to fix: refs #7322 handle null responses in client, agency and address fetching 2025-02-03 11:51:23 +00:00
jsegarra approved these changes 2025-02-03 11:51:30 +00:00
jtubau merged commit 59fc86bfe9 into dev 2025-02-03 11:58:52 +00:00
jtubau deleted branch 7322-fixDestructuringErrorTicketSection 2025-02-03 11:58:53 +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#1313
No description provided.