Added a fix for a failing functional test which concerned the javascript popup window to warn when a new context added in new action form.

This commit is contained in:
bsag 2008-12-26 19:47:13 +00:00
parent 5c4d27e8cd
commit 198db7b0a5
3 changed files with 271 additions and 270 deletions

View file

@ -40,6 +40,7 @@ class ProjectsController < ApplicationController
end
def show
@contexts = current_user.contexts(true)
init_data_for_sidebar unless mobile?
@projects = current_user.projects
@page_title = "TRACKS::Project: #{@project.name}"