通过URL创建主题时进行标签路由

I want to create a topic via URL with a preset tag. I need to use &tags=mytag for this to work. But this re-directs me to /latest?tags=mytag which seems to be an outdated route and is not reflected in the tag navigation. However, using &tag=mytag doesn’t preset the tag on the composer.

2 个赞

I see how redirecting to /latest?tags=mytag can create issues when the tag does not have topics attached or when user tries to add multiple tags at once. The issue is now fixed via:

3 个赞