Skip to content

Commit

Permalink
feat: Adjust links in admin dashboard page - MEED-8231 - Meeds-io/MIP…
Browse files Browse the repository at this point in the history
…s#177   (#2842)

This change will adjust links in admin dashboard page.
  • Loading branch information
MayTekayaa committed Feb 6, 2025
1 parent 6f74e83 commit 0e9550f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2149,7 +2149,7 @@
</init-params>
</component-plugin>
<component-plugin profiles="layout">
<name>AdministrationSettingsPageUpgrade</name>
<name>AdministrationSettingsHomePageUpgrade</name>
<set-method>addUpgradePlugin</set-method>
<type>io.meeds.social.upgrade.LayoutUpgradePlugin</type>
<init-params>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"en": ""
},
"order": 0,
"url": "./home/general/mainsettings#display",
"url": "/portal/administration/home/general/mainsettings#display",
"sameTab": true
},
{
Expand All @@ -72,7 +72,7 @@
"en": ""
},
"order": 1,
"url": "./home/general/mainsettings#navigation",
"url": "/portal/administration/home/general/mainsettings#navigation",
"sameTab": true
},
{
Expand All @@ -84,7 +84,7 @@
"en": ""
},
"order": 2,
"url": "./home/applications/applicationsCenter",
"url": "/portal/administration/home/applications/applicationsCenter",
"sameTab": true
},
{
Expand All @@ -96,7 +96,7 @@
"en": ""
},
"order": 3,
"url": "./home/applications/pwaSettings",
"url": "/portal/administration/home/applications/pwaSettings",
"sameTab": true
}
]
Expand Down Expand Up @@ -141,7 +141,7 @@
"en": ""
},
"order": 0,
"url": "./home/organisation/users",
"url": "/portal/administration/home/organisation/users",
"sameTab": true
},
{
Expand All @@ -153,7 +153,7 @@
"en": ""
},
"order": 1,
"url": "./home/organisation/spaces",
"url": "/portal/administration/home/organisation/spaces",
"sameTab": true
},
{
Expand All @@ -165,7 +165,7 @@
"en": ""
},
"order": 2,
"url": "./home/development/sites",
"url": "/portal/administration/home/development/sites",
"sameTab": true
},
{
Expand All @@ -177,7 +177,7 @@
"en": ""
},
"order": 3,
"url": "./home/development/categories",
"url": "/portal/administration/home/development/categories",
"sameTab": true
},
{
Expand All @@ -189,7 +189,7 @@
"en": ""
},
"order": 4,
"url": "./home/development/template/spaceTemplates",
"url": "/portal/administration/home/development/template/spaceTemplates",
"sameTab": true
},
{
Expand All @@ -201,7 +201,7 @@
"en": ""
},
"order": 5,
"url": "./home/development/template/pages",
"url": "/portal/administration/home/development/template/pages",
"sameTab": true
}
]
Expand Down Expand Up @@ -243,7 +243,7 @@
"en": ""
},
"order": 0,
"url": "./home/general/mainsettings",
"url": "/portal/administration/home/general/mainsettings",
"sameTab": true
},
{
Expand All @@ -255,7 +255,7 @@
"en": ""
},
"order": 1,
"url": "./home/general/mainsettings#platformaccess",
"url": "/portal/administration/home/general/mainsettings#platformaccess",
"sameTab": true
},
{
Expand All @@ -267,7 +267,7 @@
"en": ""
},
"order": 2,
"url": "./home/general/notification",
"url": "/portal/administration/home/general/notification",
"sameTab": true
}
]
Expand Down Expand Up @@ -309,7 +309,7 @@
"en": ""
},
"order": 0,
"url": "./home/gamification/connectors",
"url": "/portal/administration/home/gamification/connectors",
"sameTab": true
},
{
Expand All @@ -321,7 +321,7 @@
"en": ""
},
"order": 1,
"url": "./home/gamification/badges",
"url": "/portal/administration/home/gamification/badges",
"sameTab": true
},
{
Expand All @@ -333,7 +333,7 @@
"en": ""
},
"order": 2,
"url": "./home/rewards/reward",
"url": "/portal/administration/home/rewards/reward",
"sameTab": true
}
]
Expand Down

0 comments on commit 0e9550f

Please sign in to comment.