From 078a98ee5af53b932d4c2c937996a5119a5267dc Mon Sep 17 00:00:00 2001 From: Alan Stanley Date: Fri, 3 Apr 2020 20:22:22 -0300 Subject: [PATCH] Rollback --- islandora_fits.module | 1 - 1 file changed, 1 deletion(-) diff --git a/islandora_fits.module b/islandora_fits.module index 6a5dfde8..0288d9e5 100644 --- a/islandora_fits.module +++ b/islandora_fits.module @@ -60,7 +60,6 @@ function islandora_fits_media_presave(MediaInterface $media) { $has_new = $transformer->checkNew($data); if ($has_new) { $media->set('field_complete', FALSE); - $transformer->addMediaFields($data); } else { $transformer->populateMedia($data, $media);