mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +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
|
- Allow to attach from clipboard
|
||||||
|
|
||||||
|
Leads:
|
||||||
|
|
||||||
|
- Add filters
|
||||||
|
|
||||||
Tracker:
|
Tracker:
|
||||||
|
|
||||||
- Attachments support
|
- Attachments support
|
||||||
|
@ -193,6 +193,14 @@ export function createModel (builder: Builder): void {
|
|||||||
editor: lead.component.Leads
|
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(
|
builder.createDoc(
|
||||||
task.class.KanbanTemplateSpace,
|
task.class.KanbanTemplateSpace,
|
||||||
core.space.Model,
|
core.space.Model,
|
||||||
|
Loading…
Reference in New Issue
Block a user