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

Don't recreate the same dataview #1498

Closed
moshthepitt opened this issue Nov 7, 2018 · 1 comment
Closed

Don't recreate the same dataview #1498

moshthepitt opened this issue Nov 7, 2018 · 1 comment

Comments

@moshthepitt
Copy link
Contributor

moshthepitt commented Nov 7, 2018

We should prevent the creation of exactly the same dataview for the same form.

When receiving a request to create a new dataview, we should check if the same exact dataview already exists, and if it does, we should not recreate it.

Related: #1497

Aha! Link: https://ona.aha.io/features/PROD-300

@ukanga
Copy link
Member

ukanga commented Nov 7, 2018

Could there be a situation where the data views might be exposed in different projects with different permissions? Wondering whether the limitation should apply to a single project or it is across all systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants