oroinc / orocommerce

Main OroCommerce package with core functionality.
http:///www.orocommerce.com/
Other
193 stars 84 forks source link

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

Open dimonixx opened 6 years ago

dimonixx commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

Yes, the v1_5 adds all fields with fallback_field text

anyt commented 6 years ago

Internal ticket id #BB-14873