discourse/app/assets/javascripts/admin/addon
Martin Brennan 3cc73cfd1e
FIX: Always preload admin plugin list for admin in sidebar (#25606)
When we show the links to installed plugins in the admin
sidebar (for plugins that have custom admin routes) we were
previously only doing this if you opened /admin, not if you
navigated there from the main forum. We should just always
preload this data if the user is admin.

This commit also changes `admin_sidebar_enabled_groups` to
not be sent to the client as part of ongoing efforts to
not check groups on the client, since not all a user's groups
may be serialized.
2024-02-09 12:52:22 +10:00
..
adapters DEV: Migrate remaining admin classes to native syntax (#20717) 2023-03-17 12:25:05 +00:00
components DEV: Coalesce category ids to numbers (#25598) 2024-02-07 17:19:58 -06:00
controllers FIX: Always preload admin plugin list for admin in sidebar (#25606) 2024-02-09 12:52:22 +10:00
helpers DEV: replace registerUnbound usage with default exports (#23802) 2023-10-19 14:28:25 +01:00
lib DEV: Rename I18n imports to discourse-i18n (#23915) 2023-10-18 11:07:09 +01:00
mixins DEV: Replace period mixin with a component (#25292) 2024-01-18 13:06:42 +01:00
models FIX: Computed property override error for webhook.categories (#25418) 2024-01-25 12:25:02 +00:00
routes FIX: Always preload admin plugin list for admin in sidebar (#25606) 2024-02-09 12:52:22 +10:00
services FIX: "Action Logs" button on user admin page (#25300) 2024-01-17 13:49:59 +00:00
templates FIX: Visits for TL3 actually means "Posts Read: unique days" (#25468) 2024-02-07 07:46:42 +11:00