Merge branch 'issue265'

This commit is contained in:
Mathieu Jaumotte 2021-12-17 16:20:15 +01:00
commit 1a0dcfa8d0
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ and this project adheres to
* UserPicker: fix bug with deprecated role
* docgen: add base context + tests
* docgen: add age for person
* [household menu] fix filiation order https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/265
## Test releases

View File

@ -57,7 +57,7 @@ class HouseholdMenuBuilder implements LocalMenuBuilderInterface
'routeParameters' => [
'household_id' => $household->getId(),
], ])
->setExtras(['order' => 40]);
->setExtras(['order' => 15]);
}
public static function getMenuIds(): array