mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
Hide hidden filter (#2669)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
0280677f03
commit
d9df953c9e
@ -56,6 +56,7 @@
|
||||
|
||||
function buildFilterFromKey (_class: Ref<Class<Doc>>, key: string): KeyFilter | undefined {
|
||||
const attribute = hierarchy.getAttribute(_class, key)
|
||||
if (attribute.hidden) return
|
||||
return buildFilterKey(hierarchy, _class, key, attribute)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user