Hierarchical Article Tag #111
Labels
No labels
bug
documentation
duplicate
enhancement
Feature Request
good first issue
help wanted
improvement
in progress
invalid
nag
Priority: High
Priority: Low
Priority: Medium
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Strichliste/strichliste#111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To make the Tags frontend compatible, I would suggest, that only the leaf path is actually shown as the Category and the full path is only used while setting the Category.
E.g.:
/"drinks"/"Alkhoholfrei"/"Softdrinks" -> "Softdrinks"
/"drinks"/"Alkoholfrei"/"Wasser und Säfte" -> "Wasser und Säfte"
/"drinks"/"Alkoholhaltig"/"Bier" -> "Bier"
/"snacks"/"Erdnüsse"/ -> "Erdnüsse"
...
Also
TagsParentTagsMapdoes not allow a root tag, since all tags must have parents.Why doesn't something like this work?
Then we wouldn't even need the
TagsParentTagsMaptable.