From 6ee8e5e5bf0f2de8487eb95d534aef9361267fa1 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Thu, 16 Aug 2018 16:59:13 +0200 Subject: [PATCH] Fixes --- app/routes/project/index.coffee | 2 +- app/templates/components/action-list/project-filter.emblem | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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