Merge pull request from LLK/hotfix/conference-route

[Develop] Ignore querystring when routing conference page
This commit is contained in:
Ray Schamp 2017-12-18 12:42:19 -05:00 committed by GitHub
commit 7a00acf737
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@ language: node_js
node_js:
- '8'
sudo: required
group: deprecated-2017Q4
cache:
directories:
- /home/travis/virtualenv/python2.7/lib/python2.7/site-packages

View file

@ -43,7 +43,7 @@
},
{
"name": "conference-index",
"pattern": "^/conference/?$",
"pattern": "^/conference/?(\\?.*)?$",
"routeAlias": "/conference(?!/201[4-5])",
"view": "conference/2018/index/index",
"title": "Scratch Conference",