mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
DEV: Only include custom admin UIs in the plugins index tabs (#31192)
In the current admin index page, all plugins show up as tabs. This includes plugins with auto-generated config routes. This changes the tabs to include only plugins with custom UIs.
This commit is contained in:
@ -28,6 +28,7 @@ RSpec.describe ApplicationController do
|
||||
"location" => "chat",
|
||||
"full_location" => "adminPlugins.show",
|
||||
"use_new_show_route" => true,
|
||||
"auto_generated" => false,
|
||||
},
|
||||
"enabled" => true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user