Skip to content
Snippets Groups Projects
Commit f6d18d6f authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- bugfix: added missed setDnx() calls for ieEditor

parent e44247e8
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@ public class DnxMoveFileOriginalPath implements RepositoryTaskPlugin {
event.setLinkingAgentIdentifierValue1("plugin programmed by Andreas Romeyke (SLUB Dresden), code available at https://github.com/SLUB-digitalpreservation/fileoriginalpath_plugin4rosetta");
eventList.add( event );
ieDnxH.setEvents( eventList );
ieEditor.setDnxForIE( ieDnxH );
} catch (DigitoolException e) {
e.printStackTrace();
}
......@@ -116,6 +117,7 @@ public class DnxMoveFileOriginalPath implements RepositoryTaskPlugin {
}
ieGfs.setFileOriginalPath(updatedFileOriginalPath);
ieDnxH.setGeneralFileCharacteristics(ieGfs);
ieEditor.setDnx(ieDnxH, filePid);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment