mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-05-25 17:39:14 +00:00
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.
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
Languages
Ruby
57.1%
JavaScript
33.4%
Handlebars
6.9%
SCSS
2.6%