-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Link to PR148 by Tomas Kostadinov describing the issue, and containing the fix. I'm reposting this here as it does appear to be an issue with a fix.
Short description of the issue
If all templates have an assigned tag the "untagged" tag showed up as empty because of system fields being untagged. The linked PR resolves the problem.
How to reproduce the initial problem:
- Create Several templates
- Go to the template overview
- All Show up in the "untagged" Category
- Assign a tag to all templates
- Go to the template overview
- The untagged category is empty but shows up
philippreinerTomasKostadinov