We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Coming out of #103 we are now using the source media bundle when putting a derivative back into Drupal.
Before it was hard-coded https://github.com/Islandora-CLAW/islandora_image/blob/8.x-1.x/src/Plugin/Action/GenerateImageDerivative.php#L174
Then I made it relative to the source_media https://github.com/Islandora-CLAW/islandora/blob/8.x-1.x/src/Plugin/Action/AbstractGenerateDerivative.php#L168
This causes a problem for Tiffs as they are files but their Service file is an image.
file
image
The text was updated successfully, but these errors were encountered:
whikloj
No branches or pull requests
Coming out of #103 we are now using the source media bundle when putting a derivative back into Drupal.
Before it was hard-coded
https://github.com/Islandora-CLAW/islandora_image/blob/8.x-1.x/src/Plugin/Action/GenerateImageDerivative.php#L174
Then I made it relative to the source_media
https://github.com/Islandora-CLAW/islandora/blob/8.x-1.x/src/Plugin/Action/AbstractGenerateDerivative.php#L168
This causes a problem for Tiffs as they are
file
s but their Service file is animage
.The text was updated successfully, but these errors were encountered: