discourse/app/assets/javascripts/admin/addon/routes/admin-badges
Ted Johansson 90dd91c6a1
FIX: Badge not showing as disabled when it is (#32591)
In the /admin/badges view, badges are showing as enabled even when they are verifiably disabled in the database.

This is happening because the defaults (needed to render the "new badge" form) are overwriting the actual value.

Since the enabled default is only used for "new badge" form, move it to the route where the other "new badge" defaults are being set.
2025-05-06 14:15:25 +08:00
..
award.js DEV: Add Settings tab to admin Badges page (#32251) 2025-04-21 09:41:29 +08:00
index.js DEV: Add Settings tab to admin Badges page (#32251) 2025-04-21 09:41:29 +08:00
settings.js DEV: Add Settings tab to admin Badges page (#32251) 2025-04-21 09:41:29 +08:00
show.js FIX: Badge not showing as disabled when it is (#32591) 2025-05-06 14:15:25 +08:00