Natalie Tay a0a7f8d999
FIX: Add new attribute that is required when using the basic topic serializer (#375)
In discourse/discourse#32618 we added the dependency on locales to the basic topic serializer gated behind SiteSetting.experimental_content_localization. This is so that fancy_titles can be rendered in the language of the user.

Error: `ActiveModel::MissingAttributeError (missing attribute 'locale' for Topic)`
This commit adds that dependency to extra_data_pluck_fields which lists fields required from the serializer.
2025-05-20 18:54:58 +08:00
2025-03-17 10:58:02 +00:00
2025-05-07 15:17:34 +02:00
2024-10-14 13:39:24 +02:00
2023-12-01 16:47:54 +01:00
2025-03-17 10:58:02 +00:00
2025-02-24 11:21:21 +08:00
2025-03-17 10:58:02 +00:00
2025-03-17 10:58:02 +00:00
2022-02-21 20:59:32 +01:00

Data Explorer Plugin

This plugin allows admins to run SQL queries against the live Discourse database, including parameterized queries and formatting for several common column types.

For more information, please see: https://meta.discourse.org/t/data-explorer-plugin/32566

Description
SQL Queries for admins in Discourse
Readme MIT 2.8 MiB
Languages
Ruby 57.1%
JavaScript 33.4%
Handlebars 6.9%
SCSS 2.6%