Skip to content

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

Open
@blogbourri

Description

@blogbourri

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!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions