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

Allow non-unique page titles #52

Closed
a-musing-moose opened this issue Jan 14, 2013 · 1 comment
Closed

Allow non-unique page titles #52

a-musing-moose opened this issue Jan 14, 2013 · 1 comment

Comments

@a-musing-moose
Copy link

Pages need to allow for non-unique page titles. At least between parent categories.

Experience with categorisation schemes such as BIC2 suggest that category names are repeated within different parent categories.

i.e. the following should be allowed:

  • Fiction
    • Crime
    • Fantasy
  • Non-Fiction
    • Crime
    • Art

but this should not:

  • Fiction
    • Crime
    • Crime
  • Non-Fiction
    • Crime
    • Art

because Fiction contains 2 Crime pages.

@ghost ghost assigned roadsideseb Jan 14, 2013
@roadsideseb
Copy link
Contributor

Now tracked in tangentlabs/django-fancypages#42

@roadsideseb roadsideseb removed their assignment Apr 15, 2015
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

2 participants