mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-18 05:08:09 +01:00
Update and add scenario's for testing interaction with new deferred container on context page and fix regressions
This commit is contained in:
parent
dd957f0feb
commit
7435b1ba93
14 changed files with 161 additions and 112 deletions
|
|
@ -99,6 +99,10 @@ module NavigationHelpers
|
|||
@source_view = "context"
|
||||
@context = @current_user.contexts.find_by_name($1)
|
||||
context_path(@context, options)
|
||||
when /the "([^\"]*)" context/i
|
||||
@source_view = "context"
|
||||
@context = @current_user.contexts.find_by_name($1)
|
||||
context_path(@context, options)
|
||||
when /the "([^\"]*)" project for user "([^\"]*)"/i
|
||||
@source_view = "project"
|
||||
@project = User.find_by_login($2).projects.find_by_name($1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue