mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-11 18:04:22 +01:00
Fixing bug #1063 by adding an initial_tags variable/field
This commit is contained in:
parent
46d4679f06
commit
c80cc008af
6 changed files with 11 additions and 6 deletions
|
|
@ -3,6 +3,8 @@
|
|||
@initial_context_name ||= @project.default_context.name unless @project.nil? || @project.default_context.nil?
|
||||
@initial_context_name ||= @contexts.first.name unless @contexts.first.nil?
|
||||
@initial_project_name = @project.name unless @project.nil?
|
||||
@initial_tags ||= @default_tags
|
||||
@initial_tags ||= @project.default_tags unless @project.nil?
|
||||
reset_tab_index
|
||||
-%>
|
||||
<div id="todo_new_action_container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue