Router / SEF
Hackwar
All PRs that match to both conditions get displayed (as we have if we select it manually)
All PRs by the user get displayed.
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-01-11 18:37:04 |
The issue is that the button "takes" the category name. And honestly I do not have any idea how to pass alias instead of name to it, because alias is not available in the template :(
May be we should rethink how we assign alias for categories and then it would be possible to parse the name of category and insert dashes instead of special characters like
/
,&
. For example currentlyRouter / Sef
category hassef
as alias, but would haverouter-sef
. Or even we could make itroutersef
and then simply parse the name and remove all special characters.Makes sense?