Marcus Emmanuel Barnes
Marcus Emmanuel Barnes
@bondjimbond Here's where the tiff file extensions for newspapers are defined: https://github.com/MarcusBarnes/mik/blob/dd26fa8ff7892f1cca61c6e66e0fc90235fb23b1/src/filegetters/CdmNewspapers.php#L49 Probably the best way to approach this is where ever else $allowed_file_extensions_for_OBJ is used, use strtolower when doing...
The quicker fix is just to add TIFF and TIF to $allowed_file_extensions_for_for_OBJ.
@mjordan Great - that would be helpful. Thank you.
@mjordan Awesome - I will test.
@mjordan My test on a newspaper has the migrated from URL appearing in the issue level MODS, but not the page level MODS.
@mjordan Since the page level MODS is not generated using the mapping, we'll have to conditionally check for the specific manipulator and add some code like that for adding the...
@mjordan Thanks. Are you able to test your suggested approach?
@mjordan Yes please. This is a better approach.
@mjordan That's fine. Thank you.
I'm not sure how many people use the 'include_migrated_from_uri', but just in case, we should tag a point release before merging the result of work on this. That way, if...