Skip to content

Commit

Permalink
Merge remote-tracking branch 'icemac/Fix-orderedselect_input.js'
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Jun 15, 2016
2 parents af64be6 + c4f53ee commit 6483519
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Expand Up @@ -8,6 +8,8 @@ CHANGES
- Fix handling of missing terms in collections. (See version 2.9 describing
this feature.)

- Fix `orderedselect_input.js` resource to be usable on browser layers which do
not extend ``zope.publisher.interfaces.browser.IDefaultBrowserLayer``.

3.3.0 (2016-03-09)
------------------
Expand Down
1 change: 1 addition & 0 deletions src/z3c/form/browser/orderedselect.zcml
Expand Up @@ -44,6 +44,7 @@
/>

<browser:resource
layer="z3c.form.interfaces.IFormLayer"
name="orderedselect_input.js"
file="orderedselect_input.js"
/>
Expand Down

0 comments on commit 6483519

Please sign in to comment.