discourse/app/assets/javascripts/admin/addon/models
Martin Brennan 73f42e110a
FIX: Unscoped plugin config page actions outlet (#29026)
In 61c1d35f17 I added a
PluginOutlet to AdminPluginConfigPage. This was intended to be
used as a way to render actions buttons inside the header of
a plugin that has a custom admin UI page. This worked, but
since the outlet was generically named, as soon as one plugin
used it the button would show on all plugins.

This fixes the immediate issue by naming the outlet based
on the plugin, then having each plugin specify their own
outlet to render into. There may be a nicer way to do this,
but for now this stops the bleeding.
2024-09-30 14:35:23 +10:00
..
admin-dashboard.js FEATURE: Always show full page "New Features" to admins (#28383) 2024-08-16 09:12:24 +10:00
admin-plugin.js FIX: Unscoped plugin config page actions outlet (#29026) 2024-09-30 14:35:23 +10:00
admin-user.js FEAT: Allow admin delete user's associated accounts (#29018) 2024-09-27 20:08:05 +08:00
api-key.js DEV: Fix "no-setter-return" lint (#24585) 2023-11-28 10:49:49 +01:00
backup-status.js
backup.js
color-scheme-color.js
color-scheme.js
email-log.js
email-preview.js
email-settings.js
email-style.js
email-template.js
flag-type.js
form-template.js
incoming-email.js
permalink.js
report.js DEV: remap all core icons for fontawesome 6 upgrade (#28715) 2024-09-13 16:50:52 +01:00
screened-email.js
screened-ip-address.js
screened-url.js
site-setting.js FEATURE: Allow site settings to be edited throughout admin UI (#26154) 2024-03-18 08:50:39 +10:00
site-text.js
staff-action-log.js FEATURE: Log tag group changes in staff action log (#28787) 2024-09-09 10:50:48 +08:00
theme-settings.js DEV: Load theme objects typed setting metadata when routing to editor (#26354) 2024-03-26 14:02:05 +08:00
theme.js DEV: remap all core icons for fontawesome 6 upgrade (#28715) 2024-09-13 16:50:52 +01:00
tl3-requirements.js
user-field.js
version-check.js
watched-word.js FEATURE: add HTML replacements 2024-05-14 10:41:27 +02:00
web-hook.js FIX: Selecting categories for new admin webhooks (#26746) 2024-04-25 09:43:16 -05:00