Skip to content

Commit

Permalink
[MIM-1910] Updated dashboard links (#2794)
Browse files Browse the repository at this point in the history
updated links
  • Loading branch information
annesiri authored Jun 11, 2024
1 parent 98294f3 commit 29a56ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/admin/tools/dashboard/dashboard.es6
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ function renderPart(req) {
pageContributions,
username: user.displayName,
linkToGuide: userHasAdmin
? 'https://wiki.ssb.no/display/VEILEDNING/Brukerdokumentasjon+for+publisering+i+XP'
: 'https://wiki.ssb.no/display/VEILEDNING/Brukerdokumentasjon+i+publisering+i+XP+-+for+statistikkseksjon',
? 'https://statistics-norway.atlassian.net/wiki/spaces/A600/pages/3717136497/Veiledninger+for+KOM'
: 'https://statistics-norway.atlassian.net/wiki/spaces/PUBLISERING/overview',
}

let body = render(view, model)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ export function DashboardTools() {
} else if (item.id === 'link-statbank') {
openLinkInNewWindow(internalStatbankUrl)
} else if (item.id === 'link-guide-publications') {
openLinkInNewWindow('https://wiki.ssb.no/display/VEILEDNING/Brukerdokumentasjon+for+publisering+i+XP')
openLinkInNewWindow(
'https://statistics-norway.atlassian.net/wiki/spaces/A600/pages/3717136497/Veiledninger+for+KOM'
)
} else if (item.id === 'link-status-statreg') {
openLinkInNewWindow(`${statregRapportUrl}`)
} else if (item.id === 'link-tbml-validation') {
Expand Down

0 comments on commit 29a56ff

Please sign in to comment.