discourse/app/assets/javascripts/admin/addon/routes
Alan Guo Xiang Tan 109212127a
FIX: Clicking on subject in admin email logs broken (#35030)
This was a regression introduced in
f0069a4fab where clicking on an email
log's subject link did not open a modal that displays the details of the
incoming email.

In this commit, the following changes were also made:

1. Make all `admin-email-logs/*` routes inherit from the same parent
route.
   Having two different parent routes doing the same thing was probably
   something that was missed in the refactor previously.
2025-10-01 10:04:27 +08:00
..
admin DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-api DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-api-keys DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-badges DEV: Replace the use of Ember's .findBy for native methods on arrays (#34557) 2025-09-24 15:32:13 -03:00
admin-config DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-customize DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-customize-email-style DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-customize-form-templates DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-customize-themes DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-email DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-email-logs FIX: Clicking on subject in admin email logs broken (#35030) 2025-10-01 10:04:27 +08:00
admin-email-templates DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-embedding DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-emojis DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-groups DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-logs DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-permalinks DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-plugins DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-reports DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-search DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-search-logs DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-site-settings DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-site-text DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-user DEV: Replace Ember's deprecated mapBy with standard .map (#34963) 2025-09-26 12:59:35 -03:00
admin-user-fields DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-users DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-users-list DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-watched-words DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-web-hooks DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-analytics.js DEV: Add Analytics and SEO admin config page (#32190) 2025-04-07 16:15:37 +08:00
admin-api-keys.js DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-api.js DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-badges.js DEV: Add Settings tab to admin Badges page (#32251) 2025-04-21 09:41:29 +08:00
admin-config-theme-site-settings.js FEATURE: Themeable site settings (#32233) 2025-07-16 11:00:21 +10:00
admin-config-user-api.js FEATURE: Initial version of experimental admin search (#31299) 2025-02-21 11:59:24 +10:00
admin-config-with-settings-route.js DEV: Preserve unsaved site settings (#32100) 2025-04-03 16:10:30 +08:00
admin-customize-email-style.js DEV: Update admin routes to native class syntax (#20686) 2023-03-15 13:17:51 +00:00
admin-customize-form-templates.js DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-customize-robots-txt.js DEV: Update admin routes to native class syntax (#20686) 2023-03-15 13:17:51 +00:00
admin-customize-themes.js DEV: remove old themes/components code (#32875) 2025-05-26 09:21:15 +08:00
admin-customize.js DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-email-logs.js FIX: Clicking on subject in admin email logs broken (#35030) 2025-10-01 10:04:27 +08:00
admin-email-templates.js UX: Use DPageHeader on the Emails page (#30781) 2025-01-15 15:36:16 +11:00
admin-email.js UX: Add missing admin config page titles (#32198) 2025-04-08 10:02:11 +08:00
admin-embedding.js DEV: Update admin routes to native class syntax (#20686) 2023-03-15 13:17:51 +00:00
admin-emojis.js DEV: Consolidate i18n import paths (#29804) 2024-11-19 20:45:18 +00:00
admin-flags-posts-active.js DEV: Update admin routes to native class syntax (#20686) 2023-03-15 13:17:51 +00:00
admin-flags-posts-old.js DEV: Update admin routes to native class syntax (#20686) 2023-03-15 13:17:51 +00:00
admin-flags-topics-index.js DEV: Update admin routes to native class syntax (#20686) 2023-03-15 13:17:51 +00:00
admin-groups.js DEV: Add dedicated admin groups page (#32377) 2025-04-22 11:23:25 +08:00
admin-logs.js UX: Add missing admin config page titles (#32198) 2025-04-08 10:02:11 +08:00
admin-permalinks.js UX: Add missing admin config page titles (#32198) 2025-04-08 10:02:11 +08:00
admin-plugins.js DEV: Consolidate i18n import paths (#29804) 2024-11-19 20:45:18 +00:00
admin-reports.js UX: Add missing admin config page titles (#32198) 2025-04-08 10:02:11 +08:00
admin-route-map.js DEV: Remove dual mode support for palettes and drop theme-owned palettes (#34467) 2025-08-26 06:24:11 +03:00
admin-search-logs.js DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-search.js DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-site-settings-category.js DEV: Replace the use of Ember's .findBy for native methods on arrays (#34557) 2025-09-24 15:32:13 -03:00
admin-site-settings.js DEV: Change admin site settings filter to be route based (#33167) 2025-06-16 11:20:38 +08:00
admin-site-text.js UX: Add missing admin config page titles (#32198) 2025-04-08 10:02:11 +08:00
admin-user-fields.js DEV: Modernize admin user fields (#29843) 2024-11-25 11:54:43 +08:00
admin-user.js DEV: Sort imports 2023-10-10 21:46:54 +01:00
admin-users-list.js FIX: Clicking send invites and export button on admin users page (#33121) 2025-06-10 08:44:43 +08:00
admin-users.js DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
admin-watched-words.js UX: Add missing admin config page titles (#32198) 2025-04-08 10:02:11 +08:00
admin-web-hooks.js Admin webhooks UI guidelines (#30764) 2025-01-16 10:22:18 +08:00
admin.js FEATURE: Release admin search for all sites (#32327) 2025-04-16 16:26:53 +10:00