Skip to content

Commit

Permalink
Allow ordering in EasyNewsletters
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed Nov 8, 2017
1 parent f117ffa commit 87fa661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -11,6 +11,9 @@ Changelog
- Show newsletter toolbar for reviewers.
[agitator]

- Allow ordering in EasyNewsletters.
[Gagaro]


3.0.4 (2017-09-25)
------------------
Expand Down
2 changes: 1 addition & 1 deletion Products/EasyNewsletter/content/EasyNewsletter.py
Expand Up @@ -495,7 +495,7 @@


@implementer(IEasyNewsletter)
class EasyNewsletter(ATTopic, atapi.BaseFolder):
class EasyNewsletter(ATTopic, atapi.OrderedBaseFolder):
"""A folder for managing and archiving newsletters.
"""
security = ClassSecurityInfo()
Expand Down

0 comments on commit 87fa661

Please sign in to comment.