mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +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