mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-12 02:14:22 +01:00
remove option to show empty containers and start fixing failing cucumber scenarios
This commit is contained in:
parent
22b371ef8c
commit
ede898120c
11 changed files with 24 additions and 43 deletions
|
|
@ -9,7 +9,6 @@ class TodosController < ApplicationController
|
|||
def index
|
||||
@source_view = params['_source_view'] || 'todo'
|
||||
@group_view_by = cookies['group_view_by'] || 'context'
|
||||
@show_empty_containers = (cookies['show_empty_containers']=="true") || false
|
||||
|
||||
init_data_for_sidebar unless mobile?
|
||||
|
||||
|
|
@ -934,7 +933,6 @@ class TodosController < ApplicationController
|
|||
@tag_title = @single_tag ? @tag_name : tag_title(@tag_expr)
|
||||
|
||||
@group_view_by = cookies['group_view_by'] || 'context'
|
||||
@show_empty_containers = (cookies['show_empty_containers']=="true") || false
|
||||
end
|
||||
|
||||
def get_ids_from_tag_expr(tag_expr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue