From cbb5d0127cc2d9c245d8152a9ec4706f29921da9 Mon Sep 17 00:00:00 2001 From: Farmer Ed <63633329+Farmer-Eds-Shed@users.noreply.github.com> Date: Sat, 6 Aug 2022 21:35:51 +0100 Subject: [PATCH] Add button/menu item for data stream notifications collection page #555 --- CHANGELOG.md | 1 + .../notification/data_stream_notification.links.task.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 modules/core/data_stream/modules/notification/data_stream_notification.links.task.yml 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