Skip to content

Cannot toggle to hide ONLY "created-at" OR "updated-at" at same time in Property Settings #10756

@rajdeep-sahoo

Description

@rajdeep-sahoo

Search first

  • I searched and no similar issues were found

What Happened?

I tried to hide "created-at" column from Property Settings for my Query. However, I found that we need to turn off both "create-at" and "updated-at" for this to be achieved.

Reproduce the Bug

  1. Add 2 pages starting with "@" char
  2. Add below query in a separate page or block
#+BEGIN_QUERY
{:title "Pages that start with @"
 :query [:find (pull ?p [*])
         :where 
         [?p :block/name ?name]
         [(clojure.string/starts-with? ?name "@")]]
}
#+END_QUERY
  1. You will see 3 columns - page, created-at, updated-at
  2. Click on "Setting properties" button at right hand side
  3. Disable "created-at" and you will see that the actual table is not hiding that column.
  4. If you also disable "updated-at", then only it will be gone.

Expected Behavior

We should be able to show "created-at" column and at the same time hide "update-at" column.

Screenshots

SCR-20231223-uhze

Desktop or Mobile Platform Information

App Version: 0.10.2
Platform: MacOS Desktop

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

Labels

:type/bugSomething isn't working. Affects daily use.query

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions