caiiiycuk
(Aleksander Guryanov)
December 25, 2020, 4:19pm
1
Hi. I use slug only urls, like:
https://talks.dos.zone/t/007-james-bond-the-stealth-affair-1990-fr/
But if I open it directly in browser it redirects to welcome topic. When I click same url into another topic it works normally.
Example (click on French link):
Is it intended behavior?
2 Likes
Falco
(Falco)
December 25, 2020, 6:01pm
3
This is working as intended.
Discourse support the 3 types:
But if the slug starts with a number we special case and look for the first number as an ID:
https://github.com/discourse/discourse/blob/master/app/controllers/topics_controller.rb#L65-L70
8 Likes
caiiiycuk
(Aleksander Guryanov)
December 25, 2020, 6:41pm
4
Ahh ok. So it will affect little amount of urls. Thank you!
pfaffman
(Jay Pfaffman)
December 25, 2020, 9:14pm
5
caiiiycuk:
. I use slug only urls
That’s more work than using the url in your browser (that has the ID) and will break if you rename the topic. (plus when the title starts with a number)
2 Likes