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.
1 parent 3ade510 commit 3eeda06Copy full SHA for 3eeda06
client/src/js/modules/fault/views/filters.js
@@ -44,7 +44,7 @@ define(['marionette',
44
}
45
46
_.each(frags, function(v, f) {
47
- url = url.replace(new RegExp('\\/'+f+'\\/\\w+'), '')
+ url = url.replace(new RegExp('\\/'+f+'\\/[\\w-]+'), '');
48
if (this.ui[v].val()) url += '/'+f+'/'+this.ui[v].val()
49
}, this)
50
0 commit comments