Skip to content

Commit

Permalink
kosmetikk
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthon committed Nov 13, 2024
1 parent 8deac88 commit f28246c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions R/appServer.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@ appServer <- function(input, output, session) {
brukerinfo$fullname[match(RegData$OppfForstLukketAv, brukerinfo$ID)]
BrValg <- norgast::BrValgNorgastShiny(RegData)

# if (rapbase::isRapContext()) {
rapbase::appLogger(session = session, msg = 'Starter NORGAST')
# reshID <- rapbase::getUserReshId(session)
# userRole <- rapbase::getUserRole(session)
# } else {
# reshID <- 601225
# userRole <- 'SC'
# }

shiny::observeEvent(
shiny::req(user$role()), {
Expand Down
4 changes: 0 additions & 4 deletions R/appUi.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ appUi <- function() {

shiny::tabPanel(
"Startside",
# shinyjs::useShinyjs(),
# rapbase::appNavbarUserWidget(user = uiOutput("appUserName"),
# organization = uiOutput("appOrgName"),
# addUserInfo = TRUE),
rapbase::navbarWidgetInput("navbar-widget", selectOrganization = TRUE),

norgast::startside_UI("startside")
Expand Down

0 comments on commit f28246c

Please sign in to comment.