Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Category`s metaTitles field configuration, seems to be wrong after installation #79

Open
dimonixx opened this issue Jul 20, 2018 · 3 comments

Comments

@dimonixx
Copy link

Oro\Bundle\SEOBundle\Migrations\Schema\v1_2\OroSEOBundle should change the fallback_field for metaTitles to string, but it uses UpdateEntityConfigFieldValueQuery and it does not work during installation.

The config after installation looks like this:

[importexport] => Array
      (
          [process_as_scalar] => false
          [excluded] => false
          [fallback_field] => text
      )
@anyt
Copy link
Contributor

anyt commented Jul 20, 2018

I'm pretty sure the problem not in Oro\Bundle\SEOBundle\Migrations\Schema\v1_2\OroSEOBundle as it is old and after it there are another migrations, in v1_3 all SEO fields were deleted, and in v1_5 restored back but all as text type, but in restored form it has string type.

@dimonixx
Copy link
Author

Yes, the v1_5 adds all fields with fallback_field text

@anyt
Copy link
Contributor

anyt commented Jul 20, 2018

Internal ticket id #BB-14873

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants