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

circular references among collections #3

Closed
FND opened this issue Mar 3, 2011 · 2 comments
Closed

circular references among collections #3

FND opened this issue Mar 3, 2011 · 2 comments
Assignees
Labels

Comments

@FND
Copy link
Member

FND commented Mar 3, 2011

It is currently possible to create circular references among collections:

  • create collection foo
  • create collection bar, link it to foo
  • link foo to bar

Such errors should be flagged, either during the edit phase or when doing a consistency check.

(cf. 6bedf4f)

@youngbrioche
Copy link
Member

We can add a validation in order to avoid this.

@FND
Copy link
Member Author

FND commented Mar 31, 2011

cf. #17 (note the commit message)

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

2 participants