mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-28 22:01:24 +00:00
fix: add parent tags to folders_to_tags macro and start tagging at root folder (#940)
* start tagging from root and add parent tags * update snapshot to pass test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# serializer version: 1
|
||||
# name: test_generate_preview_data
|
||||
BranchData(dirs={'two': BranchData(dirs={}, files=['bar.md'], tag=<Tag ID: None Name: two>)}, files=[], tag=None)
|
||||
BranchData(dirs={'one': BranchData(dirs={'two': BranchData(dirs={}, files=['bar.md'], tag=<Tag ID: None Name: two>)}, files=[], tag=<Tag ID: None Name: one>)}, files=[], tag=None)
|
||||
# ---
|
||||
|
||||
Reference in New Issue
Block a user