diff --git a/README.md b/README.md index be734df7b..e6b42fe4f 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,10 @@ The following Description applies to Ubuntu or similar. ldap: https://wiki.ubuntuusers.de/OpenLDAP_ab_Precise/ +Instead of run.sh, use: +stack build --flag uniworx:dev --flag uniworx:library-only + + *** # PostgreSQL diff --git a/src/Foundation.hs b/src/Foundation.hs index e4233c5ed..29869d78a 100644 --- a/src/Foundation.hs +++ b/src/Foundation.hs @@ -860,7 +860,7 @@ defaultLinks = -- Define the menu items of the header. { menuItemLabel = "Hilfe" , menuItemIcon = Just "question" , menuItemRoute = HelpR - , menuItemModal = True -- TODO: Does not work yet, issue #212 + , menuItemModal = False -- True -- TODO: Does not work yet, issue #212 , menuItemAccessCallback' = return True } , NavbarRight $ MenuItem @@ -874,7 +874,7 @@ defaultLinks = -- Define the menu items of the header. { menuItemLabel = "Login" , menuItemIcon = Just "sign-in-alt" , menuItemRoute = AuthR LoginR - , menuItemModal = True -- TODO: Does not work yet, issue #212 + , menuItemModal = False -- True -- TODO: Does not work yet, issue #212 , menuItemAccessCallback' = isNothing <$> maybeAuthPair } , NavbarSecondary $ MenuItem