refs #6795 summary, order #183

Merged
carlossa merged 13 commits from 6795-claimRefact into dev 2024-02-16 13:44:42 +00:00
Member
No description provided.
carlossa added 1 commit 2024-02-06 14:03:47 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
346fed0578
refs #6795 summary, order
carlossa added 1 commit 2024-02-08 12:59:16 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
2f081841f9
refs #6795 fix claims
carlossa added 1 commit 2024-02-09 08:07:33 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
b3251967b8
refs #6795 fix descriptor
carlossa added 2 commits 2024-02-09 09:15:16 +00:00
carlossa added 1 commit 2024-02-09 10:46:24 +00:00
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
c87f49b86e
refs #6795 popup item
carlossa added 1 commit 2024-02-12 12:57:52 +00:00
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
a9c288e6ea
refs #6795 fix url, details
carlossa changed title from WIP: refs #6795 summary, order to refs #6795 summary, order 2024-02-12 12:59:10 +00:00
carlossa requested review from alexm 2024-02-12 12:59:13 +00:00
alexm approved these changes 2024-02-12 13:49:53 +00:00
Dismissed
carlossa added 1 commit 2024-02-12 16:46:53 +00:00
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
7aab50ffff
Merge branch 'dev' into 6795-claimRefact
carlossa dismissed alexm’s review 2024-02-12 16:46:53 +00:00
Reason:

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

alexm added 1 commit 2024-02-13 07:02:55 +00:00
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
1db827a7c8
refs #6795 fix: claim paddings and colors
alexm reviewed 2024-02-13 07:04:26 +00:00
@ -30,1 +33,3 @@
router.push({ path: `/claim/${id}` });
function navigate(event, id) {
if (event.ctrlKey || event.metaKey)
window.open(`${getApiUrl()}/#/claim/${id}/summary`);
Member

Aci tb se podria ficar un return i te ahorres el else

Aci tb se podria ficar un return i te ahorres el else
carlossa marked this conversation as resolved
alexm approved these changes 2024-02-13 07:04:33 +00:00
Dismissed
carlossa added 1 commit 2024-02-13 10:49:49 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
ab512e3b03
refs #6795 fix tfront
carlossa dismissed alexm’s review 2024-02-13 10:49:49 +00:00
Reason:

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

carlossa added 1 commit 2024-02-13 10:51:37 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
409bb1a13e
refs #6795 fix return
alexm requested changes 2024-02-16 12:43:08 +00:00
@ -29,2 +33,2 @@
function navigate(id) {
router.push({ path: `/claim/${id}` });
function navigate(event, id) {
if (event.ctrlKey || event.metaKey)
Member

Pero un return en el window.open

Pero un return en el window.open
carlossa marked this conversation as resolved
carlossa added 1 commit 2024-02-16 12:48:57 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
72e7bf0f7a
refs #6795 fix navigate
carlossa requested review from alexm 2024-02-16 12:50:26 +00:00
carlossa added 1 commit 2024-02-16 13:06:24 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
5f28296725
Merge branch 'dev' into 6795-claimRefact
alexm approved these changes 2024-02-16 13:35:35 +00:00
carlossa merged commit 6b363610d2 into dev 2024-02-16 13:44:42 +00:00
carlossa deleted branch 6795-claimRefact 2024-02-16 13:44:42 +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#183
No description provided.