auto-fill of default tags & contexts from project

This commit is contained in:
Eric Allen 2009-10-02 15:48:24 -04:00
parent 48f7f25702
commit 195a58174b
8 changed files with 41 additions and 26 deletions

View file

@ -218,8 +218,6 @@ class ContextsController < ApplicationController
@projects = current_user.projects
@count = @not_done_todos.size
@default_project_context_name_map = build_default_project_context_name_map(@projects).to_json
@default_project_tags_map = build_default_project_tags_map(@projects).to_json
end
end