diff --git a/CHANGELOG.md b/CHANGELOG.md index bdcd194c3..71bcb82c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- [Increase weight of Asset and Log tasks on canonical user route #757](https://github.com/farmOS/farmOS/pull/757) + ### Fixed - [Correct alter hook to add password grant to static scopes #755](https://github.com/farmOS/farmOS/pull/755) diff --git a/modules/core/ui/views/config/install/views.view.farm_asset.yml b/modules/core/ui/views/config/install/views.view.farm_asset.yml index d27fdc81f..9a40de469 100644 --- a/modules/core/ui/views/config/install/views.view.farm_asset.yml +++ b/modules/core/ui/views/config/install/views.view.farm_asset.yml @@ -1786,7 +1786,7 @@ display: type: tab title: Assets description: '' - weight: 0 + weight: 40 expanded: false menu_name: account parent: '' diff --git a/modules/core/ui/views/config/install/views.view.farm_log.yml b/modules/core/ui/views/config/install/views.view.farm_log.yml index d415a39f9..fd0509088 100644 --- a/modules/core/ui/views/config/install/views.view.farm_log.yml +++ b/modules/core/ui/views/config/install/views.view.farm_log.yml @@ -2790,7 +2790,7 @@ display: type: tab title: Logs description: '' - weight: 0 + weight: 50 expanded: false menu_name: main parent: ''