-
Notifications
You must be signed in to change notification settings - Fork 54
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
2429 allow transcribers to delete subjects #3678
2429 allow transcribers to delete subjects #3678
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a couple of changes in functionality relating to project owners versus subject creators
The test suite is failing with a foreign key check which seems related to the work done here. I'm re-starting it to see if this is just an artifact of TravisCI or a real regression. |
We are consistently getting this exception in the test suite:
The failure happens on line 39 of the XML Source processor spec, which is before the actual test runs, indicating that the problem may be with the fixture or factory data. Could it be that we need to include a user reference in the article factory constructor? |
The test failure here seems to be due to code in DB foreign keys were introduced in later versions of Rails than those current when the most of the I think we have a couple of options here:
|
No description provided.