mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +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:
parent
e9b04170c6
commit
f50280a889
27 changed files with 313 additions and 307 deletions
|
@ -106,6 +106,7 @@ module Tilt
|
|||
|
||||
# HAX
|
||||
result = "Controller" if result == "ControllerController"
|
||||
result = "Route" if result == "DiscourseRoute"
|
||||
result.gsub!(/Mixin$/, '')
|
||||
result.gsub!(/Model$/, '')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue