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

Creating manuals with the same title #1120

Open
chrisroos opened this issue May 19, 2017 · 1 comment
Open

Creating manuals with the same title #1120

chrisroos opened this issue May 19, 2017 · 1 comment
Assignees
Labels

Comments

@chrisroos
Copy link
Contributor

To replicate:

  1. Create a new manual
  2. Observe that the manual has been created as expected
  3. Create a new manual using the same title as the manual created in step 1
  4. Observe that an exception is raised
  5. Observe that there are now 3 manuals with the same title (instead of the 2 that you might expect)

It's not obvious what the expected behaviour is in this situation but an exception being raised definitely isn't ideal.

This might be related to issue #1114.

@chrisroos
Copy link
Contributor Author

PR #1148 goes some way toward this in that it should avoid us creating multiple manuals in our local database. The exception from the Publishing API will still be raised.

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