Skip to content

Commit

Permalink
Merge pull request #4 from zopefoundation/acquire_getBookmarkableURLS
Browse files Browse the repository at this point in the history
acquire getBookmarkableURLs ...
  • Loading branch information
dataflake committed May 18, 2019
2 parents 5426058 + 8ce5f0b commit 257f720
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ parts
*.pyo
*.so
.installed.cfg
default.profraw
develop-eggs/
eggs/
*.egg-info/
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Change log

4.3 (unreleased)
----------------
- Add support for the bookmarkable URLs ZMI feature
(`Zope#635 <https://github.com/zopefoundation/Zope/issues/635>`_)


4.2 (2019-04-06)
Expand Down
1 change: 1 addition & 0 deletions src/Products/ExternalMethod/ExternalMethod.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ class ExternalMethod(Item, Persistent, Explicit,

ZopeTime = Acquired
manage_page_header = Acquired
getBookmarkableURLs = Acquired

manage_options = ((
{'label': 'Properties', 'action': 'manage_main'},
Expand Down

0 comments on commit 257f720

Please sign in to comment.