Fix question uri path

This commit is contained in:
Dennis Eichhorn 2017-09-11 17:42:37 +02:00
parent 3300fc610f
commit 49a09d2a9e
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",
"uri": "{/base}/{/lang}/backend/qa/create?{?}", "uri": "{/base}/{/lang}/backend/qa/question/create?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 5, "order": 5,

View File

@ -33,7 +33,7 @@ return [
'verb' => RouteVerb::GET, 'verb' => RouteVerb::GET,
], ],
], ],
'^.*/backend/qa/create.*$' => [ '^.*/backend/qa/question/create.*$' => [
[ [
'dest' => '\Modules\QA\Controller:viewQAQuestionCreate', 'dest' => '\Modules\QA\Controller:viewQAQuestionCreate',
'verb' => RouteVerb::GET, 'verb' => RouteVerb::GET,