mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
If a model class calls preload_custom_fields twice then we have to clear this otherwise the fields are cached inside the already existing proxy and no new ones are added, so when we check for custom_fields[KEY] an error is likely to occur