-
Notifications
You must be signed in to change notification settings - Fork 101
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
disable new dataset creation on catalog #4161
Comments
We have a lot of tests that are dependent on this route. There is also a button on the profile home when you login. I believe that we should think a bit more about this. Kicking it back. |
Possibly get rid of the button on the template, wherever there is a add a dataset button, disable route on nginx |
Updated sketch |
As of now, anything starts with /dataset/new is blocked as in |
This is resolved. |
All datasets on catalog are supposed to be harvested, not manually added. But we saw datasets created by user.
How to reproduce
Log into dev and hit
/dataset/new
.Expected behavior
UI tells the user that the action is not allowed.
Actual behavior
User can create dataset
Sketch
dashboard/datasets
routeThe text was updated successfully, but these errors were encountered: