You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As @Htb24 stated the problem is here: form_theme: CCDNForumForumBundle:Common:Form/fields.html.twig
Since some commit this file has disappeared (it is present in 2.0.2 release, but is already absent in 2.0.3 release), so the forum can not pick up the theme and display the forms correctly.
I have overriden all the CCDNForum templates in ...\views\Admin\* removing this line: {%- form_theme form ccdn_forum_forum.forum.admin.<method name is here>.form_theme -%}
and it worked. Sure this is not the best solution, but at least it fixes the forms in admin zone.
When we create a new board/category/forum, the tags are displaying in raw text.
The text was updated successfully, but these errors were encountered: