mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
Qfix: change default filter for my docs in controlled documents (#6290)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
parent
a966e184c1
commit
96b73dff9c
@ -164,8 +164,8 @@ export function createModel (builder: Builder): void {
|
||||
[documents.mixin.DocumentTemplate]: { $exists: false }
|
||||
},
|
||||
config: [
|
||||
['effective', documents.string.Effective, {}],
|
||||
['inProgress', documents.string.InProgress, {}],
|
||||
['effective', documents.string.Effective, {}],
|
||||
['archived', documents.string.Archived, {}],
|
||||
['all', documents.string.All, {}]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user