Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIM-1910] Updated dashboard links #2794

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading