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
Is it possible filter static content by locales? TranslatableExtension.php doesn't have method configureDatagridFilters. If i wish filter content by language, what i must do?
I tried with add method configureDatagridFilters with content $datagridMapper->add('locales', 'doctrine_phpcr_string'); but I had error Could not find a mapped field or association named "locales" for alias "a"
The text was updated successfully, but these errors were encountered:
the locales are implicit. depending on your set up, it means either a child node for the corresponding locale or translated properties exist in your locale.
Is it possible filter static content by locales?
TranslatableExtension.php
doesn't have methodconfigureDatagridFilters
. If i wish filter content by language, what i must do?I tried with add method
configureDatagridFilters
with content$datagridMapper->add('locales', 'doctrine_phpcr_string');
but I had errorCould not find a mapped field or association named "locales" for alias "a"
The text was updated successfully, but these errors were encountered: