-
Notifications
You must be signed in to change notification settings - Fork 143
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
Ability to configure cards to enforce creation of unique tiles #4375
Labels
Comments
adamlodge
added
sfport
issue whose resolution may be supported by sfport project
Type: Enhancement
labels
Dec 20, 2018
chiatt
removed
the
sfport
issue whose resolution may be supported by sfport project
label
Mar 15, 2019
chiatt
added a commit
that referenced
this issue
Mar 22, 2019
chiatt
added a commit
that referenced
this issue
Mar 22, 2019
chiatt
added a commit
that referenced
this issue
Mar 22, 2019
chiatt
added a commit
that referenced
this issue
Mar 27, 2019
chiatt
added a commit
that referenced
this issue
Mar 27, 2019
chiatt
added a commit
that referenced
this issue
Mar 28, 2019
chiatt
added a commit
that referenced
this issue
Mar 28, 2019
chiatt
added a commit
that referenced
this issue
Mar 28, 2019
chiatt
added a commit
that referenced
this issue
Mar 28, 2019
chiatt
added a commit
that referenced
this issue
Mar 29, 2019
meets reqt |
chiatt
added a commit
that referenced
this issue
Apr 3, 2019
@adamlodge In the latest we shouldn't be creating these extra constraint records. However, once these extra constraint records are created they will need to be removed from the app using the django shell or the database. |
@adamlodge Can you take another look at this? I fixed the issued and updated it on qa.archesproject.org |
meets reqt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At present, it is possible on any card with cardinality of n to save tiles containing the same values over and over again. I would like to be able to configure a card in the card designer to define the set of nodes that must (in combination) be unique to save a tile to the database. This will impose a uniqueness integrity constraint that prevents entry of duplicate tiles.
The text was updated successfully, but these errors were encountered: