Increase weight of Asset and Log tasks on canonical user route #757

The current weight of these menu items is 0 and makes it challenging to
place other menu tasks between Edit and Asset. I would like to add a
Notifications task item and keep it closer to the edit task.
This commit is contained in:
Paul Weidner 2023-12-09 07:03:39 -08:00
parent 8147d47c88
commit 0e211cb33c
3 changed files with 6 additions and 2 deletions

View File

@ -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)

View File

@ -1786,7 +1786,7 @@ display:
type: tab
title: Assets
description: ''
weight: 0
weight: 40
expanded: false
menu_name: account
parent: ''

View File

@ -2790,7 +2790,7 @@ display:
type: tab
title: Logs
description: ''
weight: 0
weight: 50
expanded: false
menu_name: main
parent: ''