Skip to content
Snippets Groups Projects
Commit d1e0718d authored by Stefan Korn's avatar Stefan Korn
Browse files

Issue #3369350: Drupal 10 compatibility

parent 010f80ae
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ type: module
description: 'Drupal DAM (Digital Asset Management) module using Drupal Media, use this on DAM host'
package: Web services
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:jsonapi
- drupal:media_library
......
......@@ -3,6 +3,6 @@ type: module
description: 'Extend Media File Delete module to support Drupal DAM media entities'
package: Web services
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- media_file_delete:media_file_delete
\ No newline at end of file
......@@ -3,6 +3,6 @@ type: module
description: 'Drupal DAM (Digital Asset Management) module using Drupal Media - Refresh module'
package: Web services
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:drupal_dam
\ No newline at end of file
......@@ -105,6 +105,7 @@ class DrupalDAMAuthConfigForm extends EntityForm {
public function exist($id) {
$entity = $this->entityTypeManager->getStorage('drupal_dam_auth')->getQuery()
->condition('id', $id)
->accessCheck(TRUE)
->execute();
return (bool) $entity;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment