Open
Description
Search first
- I searched and no similar issues were found
What Happened?
i've added an "archive" property to a lot of my tags so i can easily archive completed tasks, but when i query for tags that have inherited that property and filter out all "true," i no longer can select it to show up in the table view columns.
Reproduce the Bug
- make some nested tags, #tag1/tag2/tag3
- give #tag1 a checkbox property, "inherited property"
- make a node with #tag3 and don't set a value for "inherited property"
- make a query for properties > "Tags" > "tag3"
- in table view, check which columns are available (no "inherited property" option)
- now set "inherited property" to true (check the box)
- refresh the table and check which columns are available ("inherited property" now an option)
Expected Behavior
checkboxes should probably default to "false" not no value, and regardless, they should always be a column option when they are present as a property on the resulting nodes
Screenshots
No response
Browser, Desktop or Mobile Platform Information
Current Revision: af55aa9
Additional Context
No response
Are you willing to submit a PR? If you know how to fix the bug.
- I'm willing to submit a PR (Thank you!)