Skip to content

Commit

Permalink
- Zope 4 ZMI: creating a GS tool does not need an add dialog (fixes #80)
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Apr 10, 2019
1 parent 290a1bb commit 7d66a96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
2.0b6 (unreleased)
------------------

- Zope 4 ZMI: declare that creating a GS tool does not need an add dialog
(`#80 <https://github.com/zopefoundation/Products.GenericSetup/issues/80>`_)

- clean up ``setup.py`` and remove support for ``setup.py test``
(`#73 <https://github.com/zopefoundation/Products.GenericSetup/issues/73>`_)

Expand Down
1 change: 1 addition & 0 deletions Products/GenericSetup/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ class SetupTool(Folder):
"""

meta_type = 'Generic Setup Tool'
zmi_show_add_dialog = False

_baseline_context_id = ''

Expand Down

0 comments on commit 7d66a96

Please sign in to comment.