mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 20:14:08 +00:00
Nested Categories (#1561)
* Prepare entry search for nested categories * Subcategory implementation * Remove caching for test stability
This commit is contained in:
7
test/fixtures/categories.yml
vendored
7
test/fixtures/categories.yml
vendored
@@ -4,11 +4,14 @@ one:
|
||||
|
||||
income:
|
||||
name: Income
|
||||
internal_category: income
|
||||
color: "#fd7f6f"
|
||||
family: dylan_family
|
||||
|
||||
food_and_drink:
|
||||
name: Food & Drink
|
||||
internal_category: food_and_drink
|
||||
family: dylan_family
|
||||
|
||||
subcategory:
|
||||
name: Restaurants
|
||||
parent: food_and_drink
|
||||
family: dylan_family
|
||||
|
||||
Reference in New Issue
Block a user