Skip to content

Commit

Permalink
Merge pull request #17320 from opf/bug/59828-work-package-create-butt…
Browse files Browse the repository at this point in the history
…on-doesnt-work-on-mweb

[59828] Work package create button doesn't work on mWeb
  • Loading branch information
HDinger authored Dec 2, 2024
2 parents 73fd819 + 5b85498 commit bd10b4a
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 bd10b4a

Please sign in to comment.