-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
:type/bugSomething isn't working. Affects daily use.Something isn't working. Affects daily use.query
Description
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
- Add 2 pages starting with "@" char
- 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
- You will see 3 columns - page, created-at, updated-at
- Click on "Setting properties" button at right hand side
- Disable "created-at" and you will see that the actual table is not hiding that column.
- 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
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.Something isn't working. Affects daily use.query