Bug #2015
Importing via the webform causes it to not replace the existing work
Start date:
08/23/2017
Due date:
% Done:
100%
Associated revisions
History
#1 Updated by Luke Murphey about 7 years ago
- Target version set to 1.6
#2 Updated by Luke Murphey about 7 years ago
Here is the call stack:
- import_xml_document
- Calls make_work() which gets the slug
- Calls delete_equivalent_works if overwrite is set to true
- Calls self.work.save()
Note that make_work() occurs before delete_equivalent_works()
#3 Updated by Luke Murphey about 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100