-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Fr#7428 #14316
Closed
Closed
Fr#7428 #14316
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
… second filtering on collection. magento#10595
…to show the flag in the rest endpoint
…g it in configuration. magento#10772
…ions on product… magento#10933 - Merge Pull Request magento#10933 from Januszpl/magento2:fix-label-comparision-issue - Merged commits: 1. 6d99707
[EngCom] Public Pull Requests - MAGETWO-75310 Fixed Typo Mistake in comment. magento#10905 - MAGETWO-75309 Add escaping of js translation version magento#10904 - MAGETWO-72341 enable universal use of modal and tab_group magento#10789
…n grid. Removed… magento#10935 - Merge Pull Request magento#10935 from Linek/magento2:10595 - Merged commits: 1. 6933170
…nderer block magento#10936 - Merge Pull Request magento#10936 from Zefiryn/magento2:10824 - Merged commits: 1. 7c6ff6f
…to avoid redirect loop magento#10921 - Merge Pull Request magento#10921 from lbajsarowicz/magento2:bug/10611-redirect-loop - Merged commits: 1. 2f422ad
- Merge Pull Request magento#10930 from keyurshah070/magento2:develop - Merged commits: 1. f2dd1a1
- update OrderService to return correct bool value for cancel method - removed redundant type casting
…ol value for cancel me… magento#10919 - Merge Pull Request magento#10919 from freakphp/magento2:10803 - Merged commits: 1. db79dbf 2. d4cddf7
[EngCom] Public Pull Requests - MAGETWO-75328: getCacheTags for price issue magento#10930
- Merge Pull Request magento#10963 from jettcalleja/magento2:develop - Merged commits: 1. e3bbc91
- Merge Pull Request magento#10891 from mpchadwick/magento2:feature/role-column - Merged commits: 1. 3445928 2. eafc420
…70915 [EngCom] Partners Pull Requests magento-partners/magento2ce#20 [BUGFIX] Solved issue with updating configurable product through API … magento-partners/magento2ce#15 [BUGFIX] Solved problem when saving the Theme on Website level magento-partners/magento2ce#9 [FEATURE] Change the store code in Swagger based on a param magento-partners/magento2ce#7 [BUGFIX] Flat Category reindexList of AllChildren if the url_key of t… magento-partners/magento2ee#19 Correct less than or equal operator in smart categories
There's no reason the clear the history out so fast other than to make it impossible to audit, if / when you have an issue.
- Merge Pull Request magento#11463 from mpchadwick/magento2:feature/cron-retention - Merged commits: 1. 8609e0e
- Merge Pull Request magento#11449 from raumatbel/magento2:FR#ProductAlertAdminProduct2 - Merged commits: 1. 9920900 2. 95a9f2b
…agento#11024 - Merge Pull Request magento#11024 from skymeissner/magento2:patch-3 - Merged commits: 1. 39f2dde 2. cdd854b
…nto cron:install / cron:remove with multiple installations against same crontab magento#11360 - Merge Pull Request magento#11360 from adrian-martinez-interactiv4/magento2:FR#CRON-INSTALL-MULTIPLE-INSTANCES - Merged commits: 1. f03596e
…tegory listing page. magento#11206 - Merge Pull Request magento#11206 from mayankzalavadia/magento2:issue11139-patch - Merged commits: 1. 4aadf36
…nto cron:install / cron:remove with multiple installations against same crontab magento#11360
…tegory listing page. magento#11206
Public Pull Requests magento#11360 magento#11206
Nummeric SKUs are renumbered when array_slice is used to purge parts of the products-by-sku cache array. Per php documentation: > Note that array_slice() will reorder and reset the numeric array indices by default. as `$this->instances` has the SKUs as keys, the resulting shortened array might contain indexes that now point to a wrong product.
…it is reached magento#11537 - Merge Pull Request magento#11537 from heldchen/magento2:patch-1 - Merged commits: 1. f3e91d4
Public Pull Requests magento#11537 ProductRepository sku cache is corrupted when cacheLimit is reached by @heldchen magento#11024 Download link does not get rendered in invoice email by @skymeissner magento#10500 Improvements to the phpserver router by @aredridel
…evelop] magento#11471 - Merge Pull Request magento#11471 from mrodespin/magento2:FR#10231_20 - Merged commits: 1. 3075267
- Merge Pull Request magento#11315 from slackerzz/magento2:fix_issue_10501 - Merged commits: 1. bac9576
[EngCom] Public Pull Requests - 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.
Change css to label multifields
Description
admin__field-label has opacity 0, change to 1
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist