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

When importing a card, its list of subtypes should be set, not just added to #10

Open
pbaranay opened this issue Aug 10, 2017 · 0 comments
Labels

Comments

@pbaranay
Copy link
Owner

Currently, the import function examines a Card's subtypes, gets or creates an appropriate CardSubtype object, and adds a many-to-many linkage for each such CardSubtype. However, we should also take care to delete the many-to-many linkage for any subtypes that have been removed since the last update.

(The same logic applies for supertypes and types.)

@pbaranay pbaranay added the bug label Aug 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant