Skip to content

Conversation

@PhilippeBlanko
Copy link
Contributor

Currently, dashboards with codes containing dashes (abc-123) are inaccessible because BackendController::run transforms the action using parseAction, removing dashes (abc123).

This PR updates the run method to:

  • Keep the original action for WildcardController.
  • Apply parseAction only for regular controllers.

This ensures dashboards with dashed codes are correctly loaded without affecting other controllers.

Related issue: octobercms/october#5987

@daftspunk daftspunk merged commit f1897c7 into octobercms:4.x Nov 29, 2025
@daftspunk
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants