Filtering and preloading
This commit is contained in:
@@ -35,7 +35,7 @@ table.ui.attached.stiped.sortable.table
|
||||
= sortable-table-header filters=filters key='inquiry_at' model=model.project_instance_actions defaultDirection='desc'
|
||||
= t 'attributes.project_instance_action.inquiry_at'
|
||||
th= t 'attributes.project_instance_action.value'
|
||||
table-filters content=model.project_instance_actions filters=filters apply_filters=(action 'apply_filters') as |filter|
|
||||
table-filters content=model.project_instance_actions apply_filters=(action 'apply_filters') as |filter|
|
||||
= filter.dropdown-select-multiple key='workflow_action_definition_organization_id_in' options=model.organizations labelPath='name'
|
||||
= filter.dropdown-select-multiple key='project_id_in' options=sorted_projects labelPath='name'
|
||||
if (and scope_project scope_project.isLoaded)
|
||||
|
||||
Reference in New Issue
Block a user