Skip to content
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

Multiselect attribute, not all options are saved in database. #33486

Closed
1 of 5 tasks
qsolutions-pl opened this issue Jul 15, 2021 · 10 comments · Fixed by #33487
Closed
1 of 5 tasks

Multiselect attribute, not all options are saved in database. #33486

qsolutions-pl opened this issue Jul 15, 2021 · 10 comments · Fixed by #33487
Assignees
Labels
Area: Catalog Fixed in 2.4.x The issue has been fixed in 2.4-develop branch Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Priority: P2 A defect with this priority could have functionality issues which are not to expectations. Progress: done Reported on 2.3.x Indicates original Magento version for the Issue report. Reported on 2.4.x Indicates original Magento version for the Issue report. Reproduced on 2.4.x The issue has been reproduced on latest 2.4-develop branch Severity: S2 Major restrictions or short-term circumventions are required until a fix is available.

Comments

@qsolutions-pl
Copy link
Contributor

Preconditions (*)

  1. Magento 2.4.2,
  2. Magento 2.4.1,
  3. Magento 2.4.2-p1,
  4. Magento 2.3.x

Steps to reproduce (*)

  1. Create a new multiselect attribute
  2. Add at least 150 options to an attribute
  3. Add an attribute to main attribute set
  4. create a product and assign ALL options to the product

Expected result (*)

  1. All options are selected (as they are not saved) in catalog_product_entity_text table as in Magento 1 (or propose a different solution)

Actual result (*)

  1. Attribute options are saved in catalog_produdct_entity_varchar table
  2. not all options are saved when you reopen the product in Admin

This is basically a copy of this issue:
#24199


Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.

  • Severity: S0 - Affects critical data or functionality and leaves users without workaround.
  • Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
  • Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
  • Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
  • Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
@m2-assistant
Copy link

m2-assistant bot commented Jul 15, 2021

Hi @qsolutions-pl. Thank you for your report.
To help us process this issue please make sure that you provided the following information:

  • Summary of the issue
  • Information on your environment
  • Steps to reproduce
  • Expected and actual results

Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:

@magento give me 2.4-develop instance - upcoming 2.4.x release

For more details, please, review the Magento Contributor Assistant documentation.

Please, add a comment to assign the issue: @magento I am working on this


⚠️ According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.

🕙 You can find the schedule on the Magento Community Calendar page.

📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket.

🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel

✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel

@qsolutions-pl
Copy link
Contributor Author

You can cleary see the issue if you look in the database, value limit is 255 characters in catalog_product_entity_varchar
image

qsolutions-pl pushed a commit to qsolutions-pl/magento2 that referenced this issue Jul 15, 2021
@m2-community-project m2-community-project bot added the Severity: S2 Major restrictions or short-term circumventions are required until a fix is available. label Jul 15, 2021
wmwnuk added a commit to wmwnuk/magento2 that referenced this issue Jul 15, 2021
wmwnuk added a commit to wmwnuk/magento2 that referenced this issue Jul 15, 2021
@m2-community-project m2-community-project bot added the Priority: P2 A defect with this priority could have functionality issues which are not to expectations. label Aug 5, 2021
@engcom-Echo engcom-Echo self-assigned this Aug 16, 2021
@m2-assistant
Copy link

m2-assistant bot commented Aug 16, 2021

Hi @engcom-Echo. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: 👇

  • 1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).

    DetailsIf the issue has a valid description, the label Issue: Format is valid will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid appears.

  • 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add Issue: Clear Description label to the issue by yourself.

  • 3. Add Component: XXXXX label(s) to the ticket, indicating the components it may be related to.

  • 4. Verify that the issue is reproducible on 2.4-develop branch

    Details- Add the comment @magento give me 2.4-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.4-develop branch, please, add the label Reproduced on 2.4.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!

  • 5. Add label Issue: Confirmed once verification is complete.

  • 6. Make sure that automatic system confirms that report has been added to the backlog.

@m2-community-project m2-community-project bot added this to Pull Request In Progress in High Priority Backlog Aug 16, 2021
@m2-community-project m2-community-project bot removed this from Ready for Confirmation in Issue Confirmation and Triage Board Aug 16, 2021
@qsolutions-pl
Copy link
Contributor Author

Since this is a critical issue, it affects the entire framework functionality for products with multi select attributes and it got NONE attention from M2 CORE TEAM, I'm closing this issue and related Pull Request.

@github-jira-sync-bot github-jira-sync-bot removed the Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed label Sep 5, 2021
@github-jira-sync-bot
Copy link

Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Reproduced on 2.4.x, ^Area:.*

Once all required labels are present, please add Issue: Confirmed label again.

@Den4ik Den4ik added Reported on 2.3.x Indicates original Magento version for the Issue report. Reported on 2.4.x Indicates original Magento version for the Issue report. Reproduced on 2.4.x The issue has been reproduced on latest 2.4-develop branch Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed labels Sep 5, 2021
@github-jira-sync-bot
Copy link

Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Reproduced on 2.4.x, ^Area:.*

Once all required labels are present, please add Issue: Confirmed label again.

@github-jira-sync-bot github-jira-sync-bot removed the Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed label Sep 5, 2021
@Den4ik Den4ik added Area: Catalog Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed labels Sep 5, 2021
@github-jira-sync-bot
Copy link

✅ Jira issue https://jira.corp.magento.com/browse/AC-1148 is successfully created for this GitHub issue.

@m2-assistant
Copy link

m2-assistant bot commented Sep 5, 2021

✅ Confirmed by @Den4ik. Thank you for verifying the issue.
Issue Available: @Den4ik, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.

@m2-community-project m2-community-project bot moved this from Ready for Development to Pull Request In Progress in High Priority Backlog Sep 18, 2021
qsolutions-pl pushed a commit to qsolutions-pl/magento2 that referenced this issue Sep 18, 2021
qsolutions-pl pushed a commit to qsolutions-pl/magento2 that referenced this issue Sep 18, 2021
qsolutions-pl pushed a commit to qsolutions-pl/magento2 that referenced this issue Sep 19, 2021
qsolutions-pl pushed a commit to qsolutions-pl/magento2 that referenced this issue Sep 19, 2021
qsolutions-pl pushed a commit to qsolutions-pl/magento2 that referenced this issue Sep 20, 2021
@sidolov sidolov added the Fixed in 2.4.x The issue has been fixed in 2.4-develop branch label Nov 21, 2021
@sidolov sidolov closed this as completed Nov 21, 2021
@m2-community-project m2-community-project bot moved this from Pull Request In Progress to Done in High Priority Backlog Nov 21, 2021
@m2-community-project m2-community-project bot moved this from Done to Pull Request In Progress in High Priority Backlog Nov 21, 2021
@atty31
Copy link

atty31 commented Feb 22, 2024

On magento 2.4.6 , I m still facing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Catalog Fixed in 2.4.x The issue has been fixed in 2.4-develop branch Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Priority: P2 A defect with this priority could have functionality issues which are not to expectations. Progress: done Reported on 2.3.x Indicates original Magento version for the Issue report. Reported on 2.4.x Indicates original Magento version for the Issue report. Reproduced on 2.4.x The issue has been reproduced on latest 2.4-develop branch Severity: S2 Major restrictions or short-term circumventions are required until a fix is available.
Projects
High Priority Backlog
  
Pull Request In Progress
Development

Successfully merging a pull request may close this issue.

6 participants