This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
discourse
Watch
3
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-11-29 04:03:57 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ee05f57e2d
discourse
/
app
/
controllers
/
new_topic_controller.rb
7 lines
102 B
Ruby
Raw
Normal View
History
Unescape
Escape
FIX: do not preload topic list for new topic/message routes (#18959) This commit fixes the issue where the sub-category topic list was not loading for new-topic routes. Since we do not need to preload topic lists for new topic/message routes this commit adds a no-op controller that prevents topic lists pre loading and at the same time fixes the sub category topics not loading issue.
2022-11-09 09:27:42 -06:00
# frozen_string_literal: true
class
NewTopicController
<
ApplicationController
DEV: Apply syntax_tree formatting to `app/*`
2023-01-09 06:20:10 -06:00
def
index
end
FIX: do not preload topic list for new topic/message routes (#18959) This commit fixes the issue where the sub-category topic list was not loading for new-topic routes. Since we do not need to preload topic lists for new topic/message routes this commit adds a no-op controller that prevents topic lists pre loading and at the same time fixes the sub category topics not loading issue.
2022-11-09 09:27:42 -06:00
end
Reference in New Issue
Copy Permalink