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

Magento ver. 2.1.8 New Product with Custom attribute set not working #10565

Closed
gilbertsohal opened this issue Aug 17, 2017 · 16 comments
Closed
Labels
Fixed in 2.1.x The issue has been fixed in 2.1 release line Fixed in 2.3.x The issue has been fixed in 2.3 release line Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Progress: needs update

Comments

@gilbertsohal
Copy link

Preconditions

  1. Magento ver. 2.1.8
  2. PHP version: 7.0

Steps to reproduce

  1. Create new Attribute Set (Stores > Attributes > Attribute Set) Suits
  2. Create new Configurable Product (Products > Inventory > Catalog > Add Products > Configurable Product)
  3. Select Custom Attribute Set (Suits)
    ScreenShot
    http://prntscr.com/g9kij6

Expected result

  1. Create New Configurable Product with Custom Attribute set (Suits)

Actual result

  1. After Select Custom Attribute Set (Suits) Page stuck on loading.
    Screenshot
    http://prntscr.com/g9kkat

Please help me!

@thlassche
Copy link
Contributor

thlassche commented Aug 17, 2017

Also got this. Tracked it back to this commit:

85db4c8#diff-620105b6e833499c14f4eb74ce8a4532

Related to this issue: #7687

@thlassche
Copy link
Contributor

Temporary fix is to change line 52 of /vendor/magento/module-ui/view/base/web/js/form/element/multiselect.js to:

if (typeof data == "undefined" || !data.length) {

@thlassche
Copy link
Contributor

thlassche commented Aug 17, 2017

I created a pull request for hits: #10575

@thlassche thlassche mentioned this issue Aug 17, 2017
4 tasks
@gilbertsohal
Copy link
Author

gilbertsohal commented Aug 18, 2017

Thanks very much for your suggestion i try your below code change.

===============================================
Temporary fix is to change line 52 of /vendor/magento/module-ui/view/base/web/js/form/element/multiselect.js to:

if (typeof data == "undefined" || !data.length) {

STILL NOT WORKING AT MY END

@thlassche
Copy link
Contributor

@gilbertsohal You should also clear & redeploy static content

@gilbertsohal
Copy link
Author

gilbertsohal commented Aug 18, 2017

@thlassche
I have try everything still no luck

Screenshot
http://prntscr.com/ga1iaj

@thlassche
Copy link
Contributor

Did you als clear var/view_preprocessed/* and pub/static/*, after that regenerate the static content.

@gilbertsohal
Copy link
Author

@thlassche

I have clear the var/view_preprocessed/* and pub/static/*, after that regenerate the static content.

Nothing Happens Still not working, This time Attribute set disappear

Screenshot
http://prntscr.com/ga2k18

magento-team pushed a commit that referenced this issue Aug 19, 2017
 - Merge Pull Request #10575 from thlassche/magento2:develop
 - Merged commits:
   1. c0f9508
   2. de4dbe1
   3. 9e263a8
   4. 02c018d
magento-team pushed a commit that referenced this issue Aug 19, 2017
magento-team pushed a commit that referenced this issue Aug 19, 2017
[EngCom] Public Pull Requests
 - MAGETWO-71743: Removed instantiating new driverpool class when it's already available. #10590
 - MAGETWO-71742: Changed typos in class comment #10589
 - MAGETWO-71705: fixed notice when remove column from grid #10579
 - MAGETWO-71670: Fix issue #10565 #10575
@magento-team
Copy link
Contributor

Internal ticket to track issue progress: MAGETWO-71670

@magento-team magento-team added Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development develop labels Aug 19, 2017
@orlangur
Copy link
Contributor

@gilbertsohal try to see contents of /view/base/web/js/form/element/multiselect.js file in Dev Tools (Sorces tab, press Ctrl/Cmd+P and search for multiselect.js to see actual source).

@gilbertsohal
Copy link
Author

gilbertsohal commented Aug 23, 2017

@orlangur
Thanks very much for your quick reply. I just want to confirm you All this happens when i upgrade 2.1.7 to 2.1.8 through Composer.

I installed fresh copy for 2.1.8 and everything working fine now.

@magento-engcom-team magento-engcom-team added Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development develop Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed and removed G1 Passed labels Sep 5, 2017
@magento-engcom-team
Copy link
Contributor

@gilbertsohal, thank you for your report.
The issue is already fixed in develop branch
But we will consider to backport the fix to patch releases

@magento-engcom-team magento-engcom-team added the Fixed in 2.3.x The issue has been fixed in 2.3 release line label Sep 20, 2017
@magento-engcom-team magento-engcom-team added Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed labels Oct 1, 2017
@okorshenko
Copy link
Contributor

Hi @gilbertsohal can we close this issue?

@gilbertsohal
Copy link
Author

@okobchenko Yes, Its working fine on my end.

magento-team pushed a commit that referenced this issue Oct 10, 2017
Fixed issues:
- MAGETWO-71552: Attribute values on store view level not searchable - for 2.2
- MAGETWO-72866: Redundant indexers invalidation - RIATCS-340
- MAGETWO-75458: [Backport] - Fix overwrite default value image/file with NULL #10253 - for 2.2
- MAGETWO-75460: [Backport] - LowestPriceOptionsProvider returns products without attributes which are used for price calculation (e.g. tax adjustment)
- MAGETWO-80193: [2.2.x] - Add cast to string for CUST_GROUP_ALL #10475
- MAGETWO-80204: [2.2.x] - Grammar fix for #9533 #10627
- MAGETWO-71549: Impossible to export Advanced Prices on a medium profile
- MAGETWO-80198: [2.2.x] - Fix issue #10565 #10575
- MAGETWO-80197: [2.2.x] - Fix JS translation search #10445
- MAGETWO-80195: [2.2.x] - Send different base currency in Google analytics #10508
hostep pushed a commit to hostep/magento2 that referenced this issue Feb 7, 2018
@magento-engcom-team
Copy link
Contributor

magento-engcom-team commented Feb 21, 2018

Hi @gilbertsohal. Thank you for your report.
The issue has been fixed in #13549 by @hostep in 2.1-develop branch
Related commit(s):

The fix will be available with the upcoming 2.1.13 release.

@magento-engcom-team magento-engcom-team added the Fixed in 2.1.x The issue has been fixed in 2.1 release line label Feb 21, 2018
magento-engcom-team pushed a commit that referenced this issue Feb 21, 2018
…10565 #10575 #13549

 - Merge Pull Request #13549 from hostep/magento2:backport-magetwo-80198
 - Merged commits:
   1. d95e15c
@lakshmi13patil
Copy link

Hello, How do i make the custom product attribute created at back end , visible/available on frontend for vendor while listing his product.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed in 2.1.x The issue has been fixed in 2.1 release line Fixed in 2.3.x The issue has been fixed in 2.3 release line Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Progress: needs update
Projects
None yet
Development

No branches or pull requests

7 participants