Skip to content

Commit b847cfb

Browse files
fix: block/order shows up in all block queries
Users don't know about or understand this attribute so we should hide by default. Revert part of 518076d. No point in handling advanced query edge case if it causes confusion
1 parent 28bc28e commit b847cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/frontend/components/views.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
(when-let [ident (or (:db/ident property) (:id property))]
374374
;; Hide properties that shouldn't ever be editable or that do not display well in a table
375375
(when-not (or (contains? #{:logseq.property/built-in? :logseq.property.asset/checksum :logseq.property.class/properties
376-
:block/created-at :block/updated-at :block/collapsed?
376+
:block/created-at :block/updated-at :block/order :block/collapsed?
377377
:logseq.property/created-from-property}
378378
ident)
379379
(and with-object-name? (= :block/title ident))

0 commit comments

Comments
 (0)