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

Add proprietor route for the dashboard pending upstream bug fix #803

Merged
merged 1 commit into from
Feb 17, 2017

Conversation

cbeer
Copy link
Member

@cbeer cbeer commented Feb 17, 2017

Work-around pending samvera/hyrax#376

@@ -5,6 +5,10 @@
get '/account/sign_up' => 'account_sign_up#new', as: 'new_sign_up'
post '/account/sign_up' => 'account_sign_up#create'
get '/', to: 'splash#index'

# pending https://github.com/projecthydra-labs/hyrax/issues/376
get '/dashboard', to: redirect('/')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if you actually want to go to the dashboard? won't this prevent that from happening?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no dashboard for the proprietor app.

@jcoyne jcoyne merged commit fa39de6 into master Feb 17, 2017
@jcoyne jcoyne deleted the accounts branch February 17, 2017 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants