imageConfig query refactor front #117

Merged
jsegarra merged 4 commits from wbuezas/hedera-web-mindshore:feature/imageConfig-query into beta 2025-02-27 19:28:39 +00:00
Member

PR relacionada del back: verdnatura/salix#3493

PR relacionada del back: https://gitea.verdnatura.es/verdnatura/salix/pulls/3493
wbuezas added 1 commit 2025-02-24 20:53:33 +00:00
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
ce792f7bf6
Refactor front
wbuezas changed title from WIP: imageConfig query refactor front to imageConfig query refactor front 2025-02-24 21:06:50 +00:00
wbuezas requested review from jsegarra 2025-02-24 21:06:54 +00:00
jsegarra requested changes 2025-02-24 23:35:18 +00:00
Dismissed
@ -60,2 +61,2 @@
const imageUrl = await jApi.getValue('SELECT url FROM imageConfig');
this.$patch({ imageUrl });
try {
const { data } = await api.get('/ImageConfigs/getImageConfig');
Member

la / es correcto? Si la quitas que pasa?

la / es correcto? Si la quitas que pasa?
Author
Member

Le quite la / y parece que también funciona.

Le quite la `/` y parece que también funciona.
@ -62,0 +64,4 @@
if (!data) return;
const [config] = data;
this.imageUrl = config?.url;
Member

y si haces this.imageUrl = [config]?.url? que pasa?

y si haces this.imageUrl = [config]?.url? que pasa?
Author
Member

No funciona eso. Ahí hice un cambio y lo unifiqué en una línea sola

No funciona eso. Ahí hice un cambio y lo unifiqué en una línea sola
wbuezas changed title from imageConfig query refactor front to WIP: imageConfig query refactor front 2025-02-25 17:39:13 +00:00
wbuezas added 1 commit 2025-02-26 17:01:57 +00:00
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
c2745a673c
Change request url
wbuezas added 1 commit 2025-02-26 17:05:16 +00:00
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
f4dbf95095
Change imageUrl asignment
wbuezas changed title from WIP: imageConfig query refactor front to imageConfig query refactor front 2025-02-26 17:06:11 +00:00
wbuezas requested review from jsegarra 2025-02-26 17:06:12 +00:00
jsegarra approved these changes 2025-02-26 22:09:25 +00:00
wbuezas added 1 commit 2025-02-27 19:17:03 +00:00
jsegarra merged commit 47c61a7b35 into beta 2025-02-27 19:28:39 +00:00
jsegarra deleted branch feature/imageConfig-query 2025-02-27 19:28:40 +00:00
Sign in to join this conversation.
No reviewers
No Label
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/hedera-web#117
No description provided.