/new-topic route missing features

Hi,

I think this is a bug: when using the /new-topic route, I’ve found two issues:

  • the tags parameter doesn’t work on mobile, the tag field is empty
  • if category_id is set but body is not, the category template isn’t used by default

I can reproduce both with this URL: https://meta.discourse.org/new-topic?tags=email&category_id=14.

2 Likes

Thanks for the report! This is something that was missed back when mobile gained a UI for tags.

https://github.com/discourse/discourse/pull/11486

7 Likes