diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c0065b1e..8100fc118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - [Fix for Autocomplete dropdown not showing in Chrome on Android #552](https://github.com/farmOS/farmOS/issues/552) +- [Add button/menu item for data stream notifications collection page #555](https://github.com/farmOS/farmOS/pull/555) ## [2.0.0-beta6] 2022-07-30 diff --git a/modules/core/data_stream/modules/notification/data_stream_notification.links.task.yml b/modules/core/data_stream/modules/notification/data_stream_notification.links.task.yml new file mode 100644 index 000000000..fc5ba4458 --- /dev/null +++ b/modules/core/data_stream/modules/notification/data_stream_notification.links.task.yml @@ -0,0 +1,5 @@ +data_stream_notification.settings: + base_route: farm_settings.settings_page + route_name: entity.data_stream_notification.collection + title: 'Data Stream Notifications' + weight: 10