Closed psalido closed 4 years ago
License property selected at module configuration is ignored (tested on version 3.5.14) . Default value is show in manifest everytime. I fixed quickly with this fast changes on Helper/IiifManifest.php
(starting at line 141)
$licenseProperty = $this->view->setting('iiifserver_manifest_license_property'); if ($licenseProperty) { $license = $item->value($licenseProperty); $license = strip_tags($license); }
Fixed.
License property selected at module configuration is ignored (tested on version 3.5.14) . Default value is show in manifest everytime. I fixed quickly with this fast changes on Helper/IiifManifest.php
(starting at line 141)