magento2
magento2 copied to clipboard
Fix for issue 38703 deselect default attr options
Description (*)
The ability to remove the default options under Visual, Text Swatch and Dropdown attributes has been added ( a separate button under the list )
And also - for multiselect attribute ( being finalized )
Related Pull Requests
Fixed Issues (if relevant)
- Fixes magento/magento2#38703
Manual testing scenarios (*)
1.Described in the original issue
Questions or comments
This is more as a suggested option, but I'd like to clarify implementation issues, perhaps the reviewers will suggest a better option
Contribution checklist (*)
- [ ] Pull request has a meaningful description of its purpose
- [ ] All commits are accompanied by meaningful commit messages
- [ ] All new or changed code is covered with unit/integration tests (if applicable)
- [ ] README.md files for modified modules are updated and included in the pull request if any README.md predefined sections require an update
- [ ] All automated tests passed successfully (all builds are green)
Hi @rostilos. Thank you for your contribution! Here are some useful tips on how you can test your changes using Magento test environment.
Add the comment under your pull request to deploy test or vanilla Magento instance:
@magento give me test instance- deploy test instance based on PR changes@magento give me 2.4-develop instance- deploy vanilla Magento instance
:exclamation: Automated tests can be triggered manually with an appropriate comment:
@magento run all tests- run or re-run all required tests against the PR changes@magento run <test-build(s)>- run or re-run specific test build(s) For example:@magento run Unit Tests
<test-build(s)> is a comma-separated list of build names.
Allowed build names are:
Database CompareFunctional Tests CEFunctional Tests EEFunctional Tests B2BIntegration TestsMagento Health IndexSample Data Tests CESample Data Tests EESample Data Tests B2BStatic TestsUnit TestsWebAPI TestsSemantic Version Checker
You can find more information about the builds here :information_source: Run only required test builds during development. Run all test builds before sending your pull request for review.
For more details, review the Code Contributions documentation. Join Magento Community Engineering Slack and ask your questions in #github channel.
@magento run all tests
@magento run Static Tests, Functional Tests CE, Functional Tests EE, Functional Tests B2B
@magento run Functional Tests CE, Static Tests
@magento run all tests
@magento run all tests
@magento give me test instance
Hi @engcom-Bravo. Thank you for your request. I'm working on Magento instance for you.
Hi @engcom-Bravo, here is your Magento Instance: https://447299878b85a0b2d92700869d12514e.instances-prod.magento-community.engineering Admin access: https://447299878b85a0b2d92700869d12514e.instances-prod.magento-community.engineering/admin_6868 Login: 481745f3 Password: a016e86d409b
Hi @rostilos,
Thanks for the collaboration & contribution!
:x: QA not Passed
For the scenario 1 we got the button and we are able to reset the default option.
When we are selecting multiple options for Multi Select type attribute it is not saving all the options only some of the options got saved.
Please refer video :
https://github.com/user-attachments/assets/b36a6d17-1f2a-4105-885b-417950d09de9
Could you please let us know if we are missing anything.
Thanks.
Hi @rostilos,
Could you please look into this comment https://github.com/magento/magento2/pull/38927#issuecomment-2309934462 and please let us know if we are missing anything.
Thanks.
@engcom-Bravo Hi! Yes, I will revise soon ( I think this bug is unrelated to edits and is reproduced on the current version and it may be more appropriate to create a separate bugfix ticket instead of a feature, but I will double-check this and let you know or make fixes ).
Hi @rostilos,
Thanks for your update.
As per this comment https://github.com/magento/magento2/pull/38927#issuecomment-2340048989 We are moving this PR to ON HOLD till that time.
Thanks.
Hi @rostilos,
Internal team has started to work on it
Thanks.
@engcom-Bravo
Hi! I have a small question regarding the process of reviewing PRs for contribution. Our company occasionally makes contributions to the M2 repository, and I've repeatedly noticed messages under the pull-request “Internal team has started to work on it”. This confuses me a bit, and I don't quite understand: in this case we should stop working on the PR, because the internal team is working on it, or we can continue working on it and the PR will be accepted in the future?
@engcom-Bravo
Hi! I have a small question regarding the process of reviewing PRs for contribution. Our company occasionally makes contributions to the M2 repository, and I've repeatedly noticed messages under the pull-request “Internal team has started to work on it”. This confuses me a bit, and I don't quite understand: in this case we should stop working on the PR, because the internal team is working on it, or we can continue working on it and the PR will be accepted in the future?
Hi @rostilos,
Thank you for your contribution!
Sorry, if we have created any confusion for you here. The intent to say "Internal team is working on it" is that, Magento core engineering team is working on the issue which you have addressed in this PR. Team will cherry pick the commits from your PR and may do further implementation to cover few more scenarios as needed. We will reach out to you if we need more information. For now, you can pause work on this PR.
Thank you once again!