fix: simplify data fetching logic in VnCard.vue #1656

Merged
alexm merged 7 commits from fix_vnCard_url into test 2025-04-01 11:27:39 +00:00
Member
No description provided.
alexm added 1 commit 2025-03-31 07:51:56 +00:00
gitea/salix-front/pipeline/pr-dev This commit is unstable Details
36f142800f
refactor: simplify data fetching logic in VnCard.vue
alexm reviewed 2025-03-31 07:53:44 +00:00
@ -63,4 +59,2 @@
async function fetch(id, append = false) {
const regex = /\/(\d+)/;
if (props.idInWhere) arrayData.store.filter.where = { id };
else if (!regex.test(props.url)) arrayData.store.url = `${props.url}/${id}`;
Author
Member

Lo que estaba pasando, es que al hacer esto, no se cambiaba la url del arrayData (global) sino de la variable del modulo.

Entonces en un basicData, al guardar, cuando hace el reload, no ponia bien la url. Pq la url original era sin id.

Lo que estaba pasando, es que al hacer esto, no se cambiaba la url del arrayData (global) sino de la variable del modulo. Entonces en un basicData, al guardar, cuando hace el reload, no ponia bien la url. Pq la url original era sin id.
jorgep marked this conversation as resolved
alexm added 2 commits 2025-03-31 11:27:33 +00:00
alexm added 1 commit 2025-04-01 05:39:01 +00:00
gitea/salix-front/pipeline/pr-test This commit is unstable Details
gitea/salix-front/pipeline/pr-dev This commit is unstable Details
8e66be1874
Merge branch 'dev' into fix_vnCard_url
alexm changed title from refactor: simplify data fetching logic in VnCard.vue to fix: simplify data fetching logic in VnCard.vue 2025-04-01 05:39:30 +00:00
alexm changed target branch from dev to test 2025-04-01 05:39:47 +00:00
alexm added 1 commit 2025-04-01 09:04:40 +00:00
alexm added 1 commit 2025-04-01 09:57:23 +00:00
gitea/salix-front/pipeline/pr-test This commit looks good Details
e6e4b49d44
Merge branch 'test' into fix_vnCard_url
alexm requested review from jorgep 2025-04-01 09:58:06 +00:00
jorgep approved these changes 2025-04-01 10:33:38 +00:00
alexm added 1 commit 2025-04-01 11:04:17 +00:00
gitea/salix-front/pipeline/pr-test This commit looks good Details
c09254d204
Merge branch 'test' into fix_vnCard_url
alexm scheduled this pull request to auto merge when all checks succeed 2025-04-01 11:05:37 +00:00
alexm merged commit c15e4dcf32 into test 2025-04-01 11:27:39 +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#1656
No description provided.