Upgrade the QuoteRequestAgentPage module
Edit on GitHub
You are browsing a previous version of the document. The latest version is 202307.0.
Upgrading from version 1.x.x to version 2.x.x
The only major change of the QuoteRequestAgentPage
2.x.x is the dependency update for spryker/quote-request-agent:^2.0.0
and spryker/quote-request:^2.0.0
Also, transfer property QuoteRequestTranser::isLatestVersionHidden
was replaced by QuoteRequestTransfer:isLatestVersionVisible
.
Estimated migration time: ~1h
To migrate do the following:
- Update
spryker/quote-request-agent
to version ^2.0.0 by following the steps from Upgrade the QuoteRequest module. - Update
spryker/quote-request
to version ^2.0.0 by following the steps from Migration Guide - Quote Request Agent. - Update
spryker-shop/quote-request-agent-page:^2.0.0
composer require spryker-shop/quote-request-agent-page: "^2.0.0" --update-with-dependencies
- If you modified anything in the following files on the project level, ensure that the new module version changes do not conflict with yours:
src/SprykerShop/Yves/QuoteRequestAgentPage/Form/QuoteRequestAgentForm.php
src/SprykerShop/Yves/QuoteRequestAgentPage/Theme/default/views/quote-request-details/quote-request-details.twig
src/SprykerShop/Yves/QuoteRequestAgentPage/Theme/default/views/quote-request-edit/quote-request-edit.twig
- To generate transfers, run the following command:
vendor/bin/console transfer:generate
Thank you!
For submitting the form