Skip to content
  • Alberto Almagro's avatar
    85855d63
    Keep part when scope option has value · 85855d63
    Alberto Almagro authored
    When a route was defined within an optional scope, if that route didn't
    take parameters the scope was lost when using path helpers. This patch
    ensures scope is kept both when the route takes parameters or when it
    doesn't.
    
    Fixes #33219
    85855d63
    Keep part when scope option has value
    Alberto Almagro authored
    When a route was defined within an optional scope, if that route didn't
    take parameters the scope was lost when using path helpers. This patch
    ensures scope is kept both when the route takes parameters or when it
    doesn't.
    
    Fixes #33219
Loading