mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
Leads filter (#2073)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
parent
538f4cc61d
commit
dd915141a0
@ -6,6 +6,10 @@ Platform:
|
||||
|
||||
- Allow to attach from clipboard
|
||||
|
||||
Leads:
|
||||
|
||||
- Add filters
|
||||
|
||||
Tracker:
|
||||
|
||||
- Attachments support
|
||||
|
@ -193,6 +193,14 @@ export function createModel (builder: Builder): void {
|
||||
editor: lead.component.Leads
|
||||
})
|
||||
|
||||
builder.mixin(lead.class.Lead, core.class.Class, view.mixin.ClassFilters, {
|
||||
filters: ['attachedTo', 'title', 'assignee', 'state', 'doneState', 'modifiedOn']
|
||||
})
|
||||
|
||||
builder.mixin(lead.mixin.Customer, core.class.Class, view.mixin.ClassFilters, {
|
||||
filters: ['_class', 'description', 'city', 'modifiedOn']
|
||||
})
|
||||
|
||||
builder.createDoc(
|
||||
task.class.KanbanTemplateSpace,
|
||||
core.space.Model,
|
||||
|
Loading…
Reference in New Issue
Block a user