Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic routes feature broke previous configuration #10

Open
ivanlopezluna opened this issue Feb 8, 2022 · 0 comments
Open

Dynamic routes feature broke previous configuration #10

ivanlopezluna opened this issue Feb 8, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ivanlopezluna
Copy link

Describe the bug
The feature "Dynamic routes" broke previous settings because there was slugs that not necessarily follow the previous level path, for example:

Previous v2.4.2:

  • /# => Deportes
    • /deportes-futbol => Futbol. Landing Page
      • /deportes/futbol/accesorios => Accesorios
    • /deportes-correr => Correr. Landing Page
    • /deportes-fitness => Fitness. Landing Page
    • /deportes => Otros deportes. Landing Page
      • /deportes/basquetbol => Basquetbol
      • /deportes/natacion => Basquetbol

After v2.4.2:

  • /# => Deportes
    • /#/deportes-futbol => Futbol. Landing Page
      • /#/deportes-futbol/accesorios => Accesorios
    • /#/deportes-correr => Correr. Landing Page
    • /#/deportes-fitness => Fitness. Landing Page
    • /#/deportes => Otros deportes. Landing Page
      • /#/deportes/basquetbol => Basquetbol
      • /#/deportes/natacion => Basquetbol

To Reproduce
Steps to reproduce the behavior:

  1. Go to Workspace
  2. Click on menú "Categorías / Deportes / Otros Deportes / Basquetbol"
  3. See error on the path

Expected behavior
Have the option to select whether to use the predifined slug or a custom slug.

@ivanlopezluna ivanlopezluna added the bug Something isn't working label Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant