Closed fritzmg closed 3 years ago
Note: the following SQL queries might be necessary afterwards, in order to fix the wrong default values in the database:
UPDATE tl_news SET hofff_st_twitter_type = '' WHERE hofff_st_twitter_type = 'website';
UPDATE tl_page SET hofff_st_twitter_type = '' WHERE hofff_st_twitter_type = 'website';
UPDATE tl_faq SET hofff_st_twitter_type = '' WHERE hofff_st_twitter_type = 'website';
UPDATE tl_calendar_events SET hofff_st_twitter_type = '' WHERE hofff_st_twitter_type = 'website';
Thanks @fritzmg
This PR fixes the erroneous defaults for
hofff_st_twitter_type
in the DCA - and the fallback forhofff_st_twitter_type
in theTwitterCardsFactory
.