[forge:site-support:#507]
In SF2 projects, under Discussion, open a forum other than the first. To start a new topic, click Create Topic on the left side-bar. The Create Topic page includes a selector for Forum, but by default it shows you the first (alphabetically) forum, not the current forum.
Since SF1 project forums only allowed posting in the currently viewed forum, this is surprising and unexpected behavior, and will probably result in posts to the wrong forum. I'm not even sure why it allows you to post to a forum other than the one you are viewing, but certainly the pull-down selector should default to the current forum.
I concur.
Created #330: [#4902] Discussion > Create Topic should default to current forum (1cp)
Related
Tickets:
#4902Closed #330.
je/42cc_4902
The referer may not always be present and shouldn't be relied upon. It would be better to change the Create Topic
SitemapEntry
's URL to include a parameter indicating the current forum.Additionally, I'd prefer to move away from URL comparisons, though it is used elsewhere, and would rather see
c.forum
set byforgediscussion.controllers.root.RootController._lookup()
(analogous toNeighborhoodController._lookup()
settingc.project
orProjectController._lookup()
settingc.app
).Created #355: [#4902] Improve current forum handling for "Discussion > Create Topic" (1cp)
Related
Tickets:
#4902Closed #355.
je/42cc_4902