Skip to content

Commit

Permalink
rename timeline search category (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Aug 8, 2024
1 parent 7033272 commit 3f850ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Added
- **Projectroles**
- Previously removed ``BatchUpdateRolesMixin`` (#1464)

Changed
-------

- **Timeline**
- Rename search item category to ``Timeline Events`` (#1465)

Fixed
-----

Expand Down
2 changes: 1 addition & 1 deletion timeline/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def search(self, search_terms, user, search_type=None, keywords=None):
items = [e for e in events if self.check_permission(user, e)]
ret = PluginSearchResult(
category='all',
title='Timeline Event',
title='Timeline Events',
search_types=['timeline'],
items=items,
)
Expand Down

0 comments on commit 3f850ca

Please sign in to comment.