cobwebch/external_import

Check that enforcePid is true

Closed this issue · 0 comments

When property enforcePid is tested in \Cobweb\ExternalImport\Domain\Repository\UidRepository::retrieveExistingUids(), only the existence of the property is tested and not its value (true or false). This leads to an inappropriate behavior where even "false" will behave as "true".