Skip to content

Commit

Permalink
Standardize all taxonomy bundle labels to be singular farmOS#661
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 authored and mstenta committed Apr 1, 2023
1 parent baa9886 commit 6b269db
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
enforced:
module:
- farm_lab
name: Labs
name: Lab
vid: lab
description: 'A list of labs.'
weight: 0
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
enforced:
module:
- farm_season
name: Seasons
name: Season
vid: season
description: 'A list of seasons.'
weight: 0
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6b269db

Please sign in to comment.