mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:17:36 +08:00
Split out bulk operations modal and Discourse.Route.showModal
This makes it easier to share bulk topic operations, for example from a plugin's custom topic list.
This commit is contained in:
@ -106,6 +106,7 @@ module Tilt
|
||||
|
||||
# HAX
|
||||
result = "Controller" if result == "ControllerController"
|
||||
result = "Route" if result == "DiscourseRoute"
|
||||
result.gsub!(/Mixin$/, '')
|
||||
result.gsub!(/Model$/, '')
|
||||
|
||||
|
Reference in New Issue
Block a user