forked from magento/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
[Forwardport] resolved default country selection issue while creating new customer … #3
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
Closed
Conversation
This file contains hidden or 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
Fix issue with recursiveOpen not getting opened with sole immediate child (path.length === 1)
Add initialMediaGalleryOpenSubpath option to imageUploader UI component
Add initialMediaGalleryOpenSubpath setting to every ui component instance using imageUploader
…AGETWO-87986-Media-Folder-Structure-CMS-Images
Add dependency on module-cms in composer.json
…AGETWO-87986-Media-Folder-Structure-CMS-Images
Update image-uploader.test.js to include initialOpenSubpath configuration item
Add initialMediaGalleryOpenSubpath to data providers for Ui\Config\ConverterTest
Use camel-case for variable name
Use native base64-encode/decode for transferring current_tree_path
Set initialMediaGalleryOpenSubpath to 'wysiwyg' by default and remove explicit wysiwyg settings in XML and null coalescence in PHP
Check for strlen of $currentTreePath ('0' would be falsy)
Check for strlen of $path ('0' would be falsy)
…lder-Structure-CMS-Images
…hub.com:magento-trigger/magento2ce into MAGETWO-87986-Media-Folder-Structure-CMS-Images
.url property explicitly required in latest MFTF
…lder-Structure-CMS-Images
[TSG] Forwardports for 2.3 (pr5) (2.3.0)
…of removing it magento#14180 - Merge Pull Request magento#14180 from mastiuhin-olexandr/magento2:2.3-develop-PR-port-13989 - Merged commits: 1. 2f624a4
…14182 - Merge Pull Request magento#14182 from dimonovp/magento2:2.3-develop-PR-port-13700 - Merged commits: 1. 094d555
…sting via Quantity not work magento#14179 - Merge Pull Request magento#14179 from dimonovp/magento2:2.3-develop-PR-port-13691 - Merged commits: 1. ce6dd85 2. a6dc79a 3. bcb553c 4. 551fa25
Use URL-safe base64 decode
…an 10 attributes magento#14183 - Merge Pull Request magento#14183 from rostyslav-hymon/magento2:2.3-develop-PR-port-14083 - Merged commits: 1. cbc5e76 2. c1a9fab
Wait until opened category folder is visible before creating new folder in media gallery
Move MediaGallery.CategoryFolderOpen to Catalog module
…AGETWO-87986-Media-Folder-Structure-CMS-Images
…sting via Quantity not work magento#14179
…ront with enabled translate-inline magento#14177
…t showing in catalog produ… magento#14174
…mework\Encryption\Encryptor::getHash magento#13885
- Merge Pull Request magento#14158 from elzekool/magento2:feature/improve-customer-graphql-model - Merged commits: 1. bae191e
…dia-Folder-Structure-CMS-Images Fix Media Folder Structure for CMS Images
- merged latest code from mainline branch
Accepted Public Pull Requests: - magento#14183: [Forwardport] Fix product attribute ordering when more than 10 attributes (by @rostyslav-hymon) - magento#14179: [Forwardport] Fix for Issue-13556 - Sorting in Product Listing via Quantity not work (by @dimonovp) - magento#14182: [Forwardport] Fix faulty admin spinner animation (by @dimonovp) - magento#14180: [Forwardport] Act better on existing input focus instead of removing it (by @mastiuhin-olexandr) - magento#14178: [Forwardport] Minicart should require dropdownDialog (by @rostyslav-hymon) - magento#14177: [Forwardport] Default Welcome message is broken on storefront with enabled translate-inline (by @dimonovp) - magento#14174: [Forwardport] Solved this issue : Drop down values are not showing in catalog produ� (by @dimonovp) - magento#14165: [Forwardport 2.3] Added mage/translate component to customers's ajax login (by @ccasciotti) - magento#13885: magento#5463 - Use specified hashing algo in \Magento\Framework\Encryption\Encryptor::getHash (by @k4emic) - magento#14158: Improve Customer GraphQL Model code quality (by @elzekool) Fixed GitHub Issues: - magento#13556: Sorting in Product Listing via Quantity not work (reported by @LordHansolo) has been fixed in magento#14179 by @dimonovp in 2.3-develop branch Related commits: 1. ce6dd85 2. a6dc79a 3. bcb553c 4. 551fa25 - magento#13988: Mini search field looses focus after its JavaScript is initialized (reported by @krzksz) has been fixed in magento#14180 by @mastiuhin-olexandr in 2.3-develop branch Related commits: 1. 2f624a4 - magento#12711: Default Welcome message is broken on storefront with enabled translate-inline (reported by @alena-marchenko) has been fixed in magento#14177 by @dimonovp in 2.3-develop branch Related commits: 1. 4147b53 2. 0610449 3. 5367c47 - magento#13006: Drop down values are not showing in catalog product grid magento2 (reported by @ramusadwika) has been fixed in magento#14174 by @dimonovp in 2.3-develop branch Related commits: 1. 80887ac - magento#5463: The ability to store passwords using different hashing algorithms is limited (reported by @maderlock) has been fixed in magento#13885 by @k4emic in 2.3-develop branch Related commits: 1. d537d56
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#13024
Backend Works
Description
Insert the "is_default" field country options based on website scope into country option array.
Used the "is_default" value in customer edit address form to pre selected the country.
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist