mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-14 11:24:22 +01:00
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:
parent
5c4d27e8cd
commit
198db7b0a5
3 changed files with 271 additions and 270 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue