Skip to content

Commit

Permalink
Add patch to dynamic entity reference module (#27)
Browse files Browse the repository at this point in the history
* Add patch to dynamic entity reference module

* Add link to patch comment
  • Loading branch information
madsnorgaard authored Nov 26, 2021
1 parent 4363606 commit ae7c694
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,20 @@
"os2forms/os2forms": "^2.6",
"os2forms/os2forms_forloeb": "^1.7",
"os2web/os2web_simplesaml": "8.x-dev"
},
"extra": {
"composer-exit-on-patch-failure": true,
"patchLevel": {
"test": "-p2"
},
"enable-patching": true,
"patcher": {
"force-reset": true
},
"patches": {
"drupal/dynamic_entity_reference": {
"entityQuery reference JOINs should specify target_type (https://www.drupal.org/project/dynamic_entity_reference/issues/3120952#comment-14141038)": "https://www.drupal.org/files/issues/2021-06-22/entityquery-reference-joins-should-specify-target_type-3120952-24.patch"
}
}
}
}

0 comments on commit ae7c694

Please sign in to comment.