Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

query builder table view does not always show inherited checkbox properties as column options #164

Open
1 of 2 tasks
blogbourri opened this issue Nov 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@blogbourri
Copy link

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

  1. make some nested tags, #tag1/tag2/tag3
  2. give #tag1 a checkbox property, "inherited property"
  3. make a node with #tag3 and don't set a value for "inherited property"
  4. make a query for properties > "Tags" > "tag3"
  5. in table view, check which columns are available (no "inherited property" option)
  6. now set "inherited property" to true (check the box)
  7. refresh the table and check which columns are available ("inherited property" now an option)
    Screenshot 2024-11-13 071808

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!)
@xyhp915 xyhp915 added the enhancement New feature or request label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants