Standardize all taxonomy bundle labels to be singular #661

This commit is contained in:
Paul Weidner 2023-03-21 11:55:45 -07:00 committed by Michael Stenta
parent baa988630e
commit 6b269dbe9a
9 changed files with 9 additions and 8 deletions

View File

@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Simplify all map resize logic to use ResizeObserver #662](https://github.com/farmOS/farmOS/pull/662)
- [Replace all usages of docker-compose with native docker compose #627](https://github.com/farmOS/farmOS/pull/627)
- [Allow max_length to be overridden on string fields #666](https://github.com/farmOS/farmOS/pull/666)
- [Standardize all taxonomy bundle labels to be singular #661](https://github.com/farmOS/farmOS/pull/661)
### Fixed

View File

@ -4,7 +4,7 @@ dependencies:
enforced:
module:
- farm_animal_type
name: Animal types
name: Animal type
vid: animal_type
description: 'A list of animal species/breeds.'
weight: 0

View File

@ -4,7 +4,7 @@ dependencies:
enforced:
module:
- farm_lab
name: Labs
name: Lab
vid: lab
description: 'A list of labs.'
weight: 0

View File

@ -4,7 +4,7 @@ dependencies:
enforced:
module:
- farm_log_category
name: Log categories
name: Log category
vid: log_category
description: 'A list of log categories.'
weight: 0

View File

@ -4,7 +4,7 @@ dependencies:
enforced:
module:
- farm_material_type
name: Material types
name: Material type
vid: material_type
description: 'A list of material types.'
weight: 0

View File

@ -4,7 +4,7 @@ dependencies:
enforced:
module:
- farm_plant_type
name: Plant types
name: Plant type
vid: plant_type
description: 'A list of crops/varieties.'
weight: 0

View File

@ -4,7 +4,7 @@ dependencies:
enforced:
module:
- farm_season
name: Seasons
name: Season
vid: season
description: 'A list of seasons.'
weight: 0

View File

@ -4,7 +4,7 @@ dependencies:
enforced:
module:
- farm_test_method
name: Test methods
name: Test method
vid: test_method
description: 'A list of test methods.'
weight: 0

View File

@ -4,7 +4,7 @@ dependencies:
enforced:
module:
- farm_unit
name: Units
name: Unit
vid: unit
description: 'A list of units for measurement purposes.'
weight: 0