Skip to content

Commit

Permalink
Explicitly load zcml of dependencies, instead of using includeDepende…
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Sep 27, 2019
1 parent f5e7c01 commit 150c93c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions news/2952.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Explicitly load zcml of dependencies, instead of using ``includeDependencies``
[maurits]
4 changes: 3 additions & 1 deletion src/plone/restapi/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

<i18n:registerTranslations directory="locales" />

<includeDependencies package="." />
<include package="plone.behavior" />
<include package="plone.rest" />
<include package="plone.schema" />

<five:registerPackage package="." initialize=".initialize" />

Expand Down

0 comments on commit 150c93c

Please sign in to comment.