Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/github_actions/actions/checkout-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenruben authored Jun 12, 2024
2 parents d90e704 + 29a56ff commit 3617cce
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 3617cce

Please sign in to comment.