-
Notifications
You must be signed in to change notification settings - Fork 51
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
Work has pages from a different owner/collection/work #3116
Comments
The title is from Wilford Woodruff, the pages and transcription is from FDP. The "uploaded by" is FDP, but the metadata has the Wilford metadata in it. |
Same Wilford work, but good version: (note the guid is appended to the "bad" one) FDP has no document sets, so it's not that. |
Comparisons:
|
More findings:
Deeds for the problem work
Older work deeds
|
|
Using the work created deed's visitID and timestamp, I was able to track down the activity that caused this: The work was updated to change the title, and somehow that triggered a work_add that cascaded down.
|
Here's where we are updating the work:
|
And then when we redirect, we send them to the "bad" one:
|
It looks like this happened because there was an FDP work with a numeric slug whose value matched the ID of the WWP work. We fetched the work by slug instead of by ID, then applied the attributes in the edit form (including |
Email to customer:
|
Next email to customer:
|
No other works appear to have this problem. |
Two problem works were remediated. |
@sylvieed This would be a good issue to review (as education/exposure) since you're familiar with the functionality that bit us here! |
The text was updated successfully, but these errors were encountered: