Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
7a00acf7
Unverified
Commit
7a00acf7
authored
Dec 18, 2017
by
Ray Schamp
Committed by
GitHub
Dec 18, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1744 from LLK/hotfix/conference-route
[Develop] Ignore querystring when routing conference page
parents
e0461ca7
6c39953c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.travis.yml
.travis.yml
+1
-0
src/routes.json
src/routes.json
+1
-1
No files found.
.travis.yml
View file @
7a00acf7
...
...
@@ -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
...
...
src/routes.json
View file @
7a00acf7
...
...
@@ -43,7 +43,7 @@
},
{
"name"
:
"conference-index"
,
"pattern"
:
"^/conference/?$"
,
"pattern"
:
"^/conference/?
(
\\
?.*)?
$"
,
"routeAlias"
:
"/conference(?!/201[4-5])"
,
"view"
:
"conference/2018/index/index"
,
"title"
:
"Scratch Conference"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment