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

[IndexBundle] allow configuring if versions should be indexed or not #1303

Merged
merged 2 commits into from
Feb 25, 2020

Conversation

dpfaffenbauer
Copy link
Member

Q A
Bug fix? yes
New feature? yes
BC breaks? no
Deprecations? no

@dpfaffenbauer dpfaffenbauer added this to the 2.2.0 milestone Feb 24, 2020
@dpfaffenbauer dpfaffenbauer requested a review from a team February 24, 2020 16:28
@dpfaffenbauer dpfaffenbauer self-assigned this Feb 24, 2020
@dpfaffenbauer dpfaffenbauer merged commit f46f66f into coreshop:master Feb 25, 2020
@dpfaffenbauer
Copy link
Member Author

Tests fail due to Pimcore. Nothing I can currently do... still have to merge it though.

@dpfaffenbauer dpfaffenbauer deleted the feature/index-version branch February 25, 2020 15:04
use Doctrine\DBAL\Schema\Schema;
use Pimcore\Migrations\Migration\AbstractPimcoreMigration;

class Version20200224160300 extends AbstractPimcoreMigration
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need two migrations doing the same (in different bundles)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cause of separation of bundles. When you install full-suite CoreShop, the IndexBundle is not installed, only the CoreBundle. If you only use the IndexBundle, you don't have the CoreBundle installed.... And since it's just migrations, I am happy with the duplication.

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

Successfully merging this pull request may close these issues.

2 participants