Skip to content

Commit

Permalink
FIX: Mark custom field for preloading.
Browse files Browse the repository at this point in the history
  • Loading branch information
udan11 committed Nov 29, 2018
1 parent a35e764 commit f4d2ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin.rb
Expand Up @@ -105,6 +105,7 @@ def delete_topickeys
end

add_preloaded_topic_list_custom_field("encrypted_title")
CategoryList.preloaded_topic_custom_fields << "encrypted_title"

module PostExtensions

Expand Down

2 comments on commit f4d2ed4

@SamSaffron
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @davidtaylorhq noticed this, can you confirm its working well for you now and approve this ?

@davidtaylorhq
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Categories with Featured Topics" is now loading successfully 👍

Please sign in to comment.