refs #5989 btn redirection #69

Merged
alexm merged 19 commits from 5989-redirectSalix into dev 2023-08-09 10:39:54 +00:00
Member
No description provided.
carlossa added 1 commit 2023-08-02 09:28:38 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
a45d477151
refs #5989 btn redirection
carlossa added 1 commit 2023-08-02 10:04:00 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
68f370b988
refs #5989 botton general
carlossa added 1 commit 2023-08-02 10:05:56 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
2255aa6a5a
refs #5989 summary OG
carlossa added 1 commit 2023-08-02 10:06:44 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
af36a5bfdd
refs #5989 list OG
carlossa added 1 commit 2023-08-02 11:37:14 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
a79ae24423
ref #5989 redirection button
carlossa added 1 commit 2023-08-03 07:41:40 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
bf256574c9
refs #5989 getUrl
carlossa added 1 commit 2023-08-04 04:19:04 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
ac7462ec67
refs #5989 comment
alexm added 1 commit 2023-08-04 06:38:03 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
b1cb9288df
resf #5989 fix(redirect)
carlossa added 2 commits 2023-08-08 07:38:23 +00:00
carlossa added 1 commit 2023-08-08 10:11:40 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
d7bc166df7
refs #5989 redirect and home
carlossa changed title from WIP: refs #5989 btn redirection to refs #5989 btn redirection 2023-08-08 10:11:59 +00:00
carlossa added 1 commit 2023-08-08 10:12:06 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
ab71e36053
Merge branch 'dev' into 5989-redirectSalix
carlossa requested review from alexm 2023-08-08 10:12:10 +00:00
carlossa added 2 commits 2023-08-08 10:54:29 +00:00
alexm reviewed 2023-08-09 06:17:56 +00:00
@ -59,0 +64,4 @@
@click="pinnedModulesRef.redirect($route.params.id)"
icon="more_up"
>
</QBtn>
Member

Li podries possar un tooltip que pose t('go to Salix')

Li podries possar un tooltip que pose t('go to Salix')
carlossa marked this conversation as resolved
alexm reviewed 2023-08-09 06:19:36 +00:00
@ -14,0 +24,4 @@
let section = route.path.substring(1);
if (!route.path.includes('/')) return (window.location.href = await getUrl(section));
section = section.substring(0, section.indexOf('/'));
if (route?.params?.id) {
Member

Seria millor:

    if (route?.params?.id) {
        return window.location.href = await getUrl(`${section}/${route.params.id}/summary`);

     return window.location.href = await getUrl(section + 'dashboard');
Seria millor: ``` if (route?.params?.id) { return window.location.href = await getUrl(`${section}/${route.params.id}/summary`); return window.location.href = await getUrl(section + 'dashboard'); ```
carlossa marked this conversation as resolved
alexm approved these changes 2023-08-09 06:21:34 +00:00
Dismissed
carlossa added 1 commit 2023-08-09 08:03:04 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
566f7df2d0
refs #5989 tooltip, refact function,
carlossa dismissed alexm’s review 2023-08-09 08:03:04 +00:00
Reason:

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

carlossa added 1 commit 2023-08-09 08:04:30 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
890a9fb9ee
Merge branch 'dev' into 5989-redirectSalix
alexm approved these changes 2023-08-09 09:59:10 +00:00
Dismissed
carlossa added 2 commits 2023-08-09 10:06:49 +00:00
carlossa dismissed alexm’s review 2023-08-09 10:06:49 +00:00
Reason:

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

alexm added 1 commit 2023-08-09 10:35:03 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
0cb283a535
Merge branch 'dev' into 5989-redirectSalix
alexm approved these changes 2023-08-09 10:35:30 +00:00
alexm merged commit e326e4e4d7 into dev 2023-08-09 10:39:54 +00:00
alexm deleted branch 5989-redirectSalix 2023-08-09 10:39:54 +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#69
No description provided.