discourse/spec/components/concern
Martin Brennan 70af45055a
DEV: Clear custom field preload proxy on preload_custom_fields (#15671)
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
2022-01-21 14:29:51 +10:00
..
category_hashtag_spec.rb FIX: Make category slugs lowercase (#11277) 2021-01-12 17:28:33 +02:00
has_custom_fields_spec.rb DEV: Clear custom field preload proxy on preload_custom_fields (#15671) 2022-01-21 14:29:51 +10:00
has_search_data_spec.rb DEV: Add support for Rails 6 2019-05-02 16:23:25 +10:00
positionable_spec.rb DEV: Add support for Rails 6 2019-05-02 16:23:25 +10:00
searchable_spec.rb DEV: Add support for Rails 6 2019-05-02 16:23:25 +10:00
second_factor_manager_spec.rb DEV: Correct typos and spelling mistakes (#12812) 2021-05-21 11:43:47 +10:00