Skip to content

Commit

Permalink
On mobile split create, redirect to split route instead of show page
Browse files Browse the repository at this point in the history
  • Loading branch information
HDinger committed Dec 2, 2024
1 parent 9f733cb commit 5b85498
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export function makeSplitViewRoutes(baseRoute:string,
// Remember the base route so we can route back to it anywhere
baseRoute,
parent: baseRoute,
mobileAlternative: showMobileAlternative ? 'work-packages.show' : undefined,
mobileAlternative: showMobileAlternative ? 'work-packages.new' : undefined,
},
views: {
// Retarget and by that override the grandparent views
Expand Down

0 comments on commit 5b85498

Please sign in to comment.