We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ba3174 + 96d864b commit 4d06143Copy full SHA for 4d06143
2 files changed
composer.json
@@ -3,7 +3,7 @@
3
"type": "phpbb-extension",
4
"description": "phpBB Ideas centre for phpBB 3.2.",
5
"homepage": "https://www.phpbb.com",
6
- "version": "2.1.5",
+ "version": "2.1.6",
7
"license": "GPL-2.0",
8
"authors": [
9
{
config/routing.yml
@@ -1,6 +1,8 @@
1
phpbb_ideas_index_controller:
2
- path: /ideas
- defaults: { _controller: phpbb.ideas.index_controller:index }
+ path: /ideas{trailing}
+ defaults: { _controller: phpbb.ideas.index_controller:index, trailing: '' }
+ requirements:
+ trailing: '/?'
phpbb_ideas_idea_controller:
path: /idea/{idea_id}
0 commit comments