forked from magento/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Backport] Use correct base path to check if setup folder exists #6
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e view level attribute
…e view level attribute
… minimize the cache objects magento#21819 - Merge Pull Request magento#21819 from ihor-sviziev/magento2:2.2-varnish-remove-marketing-get-params - Merged commits: 1. d009436
…loy: Error while waiting for package deployed
Add missing phpdoc clock
Add missing phpdoc clock
…ddress validator magento#21719 - Merge Pull Request magento#21719 from Bartlomiejsz/magento2:feature/backport_22_fix_21692_incorrect_constructor - Merged commits: 1. 068eedf 2. 8a4cfa4 3. 43cc9a4 4. f77f54d 5. cece086 6. 67b1d0a
…agento#21939 - Merge Pull Request magento#21939 from hiren0241/magento2:2.2-develop-PR-backport-21376 - Merged commits: 1. 843a0b5
…ixed Negative order amount in dashboard when viewing particular store data
…unt is partially refunded
… same as default checkout agreements magento#21943 - Merge Pull Request magento#21943 from eduard13/magento2:2.2-develop-PR-port-21778 - Merged commits: 1. d8fd378 2. e283d9a 3. fff0b40 4. 7026859 5. a0c3ac5
- Merge Pull Request magento#21892 from amol2jcommerce/magento2:advanced-Search-layout-2.2 - Merged commits: 1. 67b732c 2. af75c5a
- merged latest code from mainline branch
Accepted Public Pull Requests: - magento#22140: Backport for Magento 2.2 - Fixes variables in configuration not being� (by @hostep) - magento#21945: [Backport] Trigger contentUpdate on reviews load (by @eduard13) - magento#20392: Backport. Success message is not showing when creating invoice & shipment simultaniously # (by @XxXgeoXxX) Fixed GitHub Issues: - magento#15972: Since Magento 2.2.1, certain variables in the configuration get resolved to their actual value (reported by @hostep) has been fixed in magento#22140 by @hostep in 2.2-develop branch Related commits: 1. 0b0fc92
…nto MAGETWO-98679
…ied with tax calculation magento#10790 magento#22227
…mplement ObserverInterface magento#22232
…ag & drop via Visual Merchandiser in category - skipped @magentoIndexerDimensionMode annotation and tests
- fixed MAGETWO-99019: Magento\Install\Test\TestCase\InstallTest is failing on php 7.0
- merged latest code from mainline branch
Accepted Public Pull Requests: - magento#22227: [Backport] Fix negative subtotal when full discount applied with tax calculation magento#10790 (by @ilnytskyi) - magento#22232: [Backport]Magento should create log if an observer not implement ObserverInterface (by @Nazar65) - magento#22181: [Backport] Contact us layout in I-pad not proper (by @amol2jcommerce) - magento#20844: [Backport] Fixed Minicart close button overlapping (by @mage2pratik) - magento#18980: [Backport] Fix for currency update in crontab area (by @denispapec) Fixed GitHub Issues: - magento#10790: Tax rate + 100% discount results in negative grand total (reported by @dankocherga) has been fixed in magento#22227 by @ilnytskyi in 2.2-develop branch Related commits: 1. f68cff7 2. 8501089 3. 7bbc018 4. b30b1bb 5. a7f65ac 6. 0d1a0b0 7. ea79937 8. ec8bbce 9. 17f7b77 10. d5be0aa 11. 98a1561 - magento#21755: Magento should create a log entry if an observer does not implement ObserverInterface (reported by @bnymn) has been fixed in magento#22232 by @Nazar65 in 2.2-develop branch Related commits: 1. 4223d2b - magento#20614: Minicart close button overlapping in shipping address section whenever any user open minicart in mobile view on the checkout page (reported by @mage2pratik) has been fixed in magento#20844 by @mage2pratik in 2.2-develop branch Related commits: 1. 3a4a1d2 - magento#18580: Currency rates not updated by crontab (reported by @jcourtei) has been fixed in magento#18980 by @denispapec in 2.2-develop branch Related commits: 1. 737f396
Bugfix Delivery
[TSG] Backporting for 2.2 (pr90) (2.2-develop)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Original Pull Request
magento#20182
Description (*)
Current implementation checks the path
base/data/web/magento2/pubsetup
which is incorrect. It should be/data/web/magento2/pub/setup
.Fixed Issues (if relevant)
Manual testing scenarios (*)
pub/
.setup
folder topub
.Web Setup Wizard
should be visible under System > Web Setup Wizard but it's not.Contribution checklist (*)