diff --git a/app/routes/project/index.coffee b/app/routes/project/index.coffee index c09aa43..348a7d7 100644 --- a/app/routes/project/index.coffee +++ b/app/routes/project/index.coffee @@ -1,6 +1,6 @@ import Ember from 'ember' export default Ember.Route.extend - model: -> @store.findAll('panda/project', backgroundReload: false) + model: -> @store.findAll('panda/project', backgroundReload: true) actions: editProjectsContext: -> @modal 'project/edit-projects-context' diff --git a/app/templates/components/action-list/project-filter.emblem b/app/templates/components/action-list/project-filter.emblem index c482a6b..6ac8d33 100644 --- a/app/templates/components/action-list/project-filter.emblem +++ b/app/templates/components/action-list/project-filter.emblem @@ -1,5 +1,5 @@ .ui.small.buttons.select-project - = ui-dropdown class='button' selected=scope_project onChange=(action 'set_scope_project') as |execute mapper| + = ui-dropdown class='pointing top left button' selected=scope_project keepOnScreen=true onChange=(action 'set_scope_project') as |execute mapper| .default.text= t 'action.select_model' modelPath='models.project' i.dropdown.icon .menu