Skip to content

Commit

Permalink
Merge pull request smcmahon#195 from rodfersou/issue_194
Browse files Browse the repository at this point in the history
Remove collective.cover adapter reference
  • Loading branch information
mauritsvanrees authored Jun 6, 2017
2 parents fd2b4a6 + 82f9062 commit 18085c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Change History
1.8.4 (unreleased)
------------------

- Remove collective.cover adapter reference. (closes `#194`_).
[rodfersou]

- Fixed UnicodeDecodeError when vocabulary value is a non-ascii string.
This could happen in selection and multi selection fields.
[maurits]
Expand Down Expand Up @@ -122,3 +125,6 @@ Change History
[thet]

For previous changes, see docs/HISTORY.txt.


.. _`#194`: https://github.com/smcmahon/Products.PloneFormGen/issues/194
7 changes: 0 additions & 7 deletions Products/PloneFormGen/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,4 @@
<subscriber handler=".events.form_adapter_pasted" />
<subscriber handler=".events.form_adapter_moved" />

<adapter
zcml:condition="installed collective.cover"
for="Products.PloneFormGen.interfaces.form.IPloneFormGenForm"
provides="collective.cover.interfaces.ICoverUIDsProvider"
factory="collective.cover.tiles.list.GenericUIDsProvider"
/>

</configure>

0 comments on commit 18085c3

Please sign in to comment.