Skip to content

Commit

Permalink
Fix bad adapter definition
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Jul 31, 2023
1 parent 5f903a0 commit 44faf77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
1.1.3 (unreleased)
------------------

- Nothing changed yet.
- Fix bad stringinterp adapter definition.
[folix-01]


1.1.2 (2023-07-25)
Expand Down
5 changes: 2 additions & 3 deletions src/design/plone/ioprenoto/adapters/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
<adapter
factory=".stringinterp.BookingUrlSubstitution"
provides="plone.stringinterp.interfaces.IStringSubstitution"
for="plone.dexterity.interfaces.IDexterityContent"
for="plone.stringinterp.interfaces.IContextWrapper"
name="booking_print_url"
/>
<adapter
factory=".stringinterp.BookingPrintUrlWithDeleteTokenSubstitution"
provides="plone.stringinterp.interfaces.IStringSubstitution"
for="plone.dexterity.interfaces.IDexterityContent"
for="plone.stringinterp.interfaces.IContextWrapper"
name="booking_print_url_with_delete_token"
/>


</configure>

0 comments on commit 44faf77

Please sign in to comment.