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
I recently added the SyliusCmsPlugin to my project. It works well, thanks !
I have a problem when I try to search pages in the admin, and i got this error "[Semantical Error] line 0, col 155 near 'name LIKE '%test%'': Error: Class BitBag\SyliusCmsPlugin\Entity\Page has no field or association named type".
Hi,
I recently added the SyliusCmsPlugin to my project. It works well, thanks !
I have a problem when I try to search pages in the admin, and i got this error "[Semantical Error] line 0, col 155 near 'name LIKE '%test%'': Error: Class BitBag\SyliusCmsPlugin\Entity\Page has no field or association named type".
And when I check in this file https://github.com/BitBagCommerce/SyliusCmsPlugin/blob/master/src/Resources/config/grids/admin/page.yml , but the page does not seem to have a
type
field. Maybe it should be removed from the filters ?The text was updated successfully, but these errors were encountered: