Magento 2.1 Cannot Update Multi-select Attributes for Multiple ProductsWhat should the attribute value be for a custom attribute in an array passed to getProductByAttributes?Multi Select Category Attribute not savingTrouble trying to select a large amount of Attributes for a ProductPossible to use Multi-Select Attribute on Configurable Product?Product Grid Showing Please select products for attributes update while updating attributes from mass actionHow to code a product selection wizard on magento 1.9 using custom multi-select attributes?Magento 2: Invalid UI Component element name 'product_form'Mass update attributes prices issueMagento 2.2 - Cannot update attribute values

Print lines between start & end pattern, but if end pattern does not exist, don't print

How to handle (one's own) self-harm scars (on the arm), in a work environment?

How is the excise border managed in Ireland?

What is the maximum number of net attacks that one can make in a round?

Is it expected that a reader will skip parts of what you write?

Is it possible to have 2 different but equal size real number sets that have the same mean and standard deviation?

What aircraft was used as Air Force One for the flight between Southampton and Shannon?

Why didn't Voldemort recognize that Dumbledore was affected by his curse?

Are polynomials with the same roots identical?

Non-aqueous eyes?

Wooden cooking layout

Why does Sin[b-a] simplify to -Sin[a-b]?

How to decline a wedding invitation from a friend I haven't seen in years?

LuaLaTex - how to use number, computed later in the document

How can I end combat quickly when the outcome is inevitable?

Cascading Switches. Will it affect performance?

Is an entry level DSLR going to shoot nice portrait pictures?

Projective subvarieties of a quasiprojective variety

I have a problematic assistant manager, but I can't fire him

Generate basis elements of the Steenrod algebra

Extreme flexible working hours: how to get to know people and activities?

With Ubuntu 18.04, how can I have a hot corner that locks the computer?

Fermat's statement about the ancients: How serious was he?

Why am I getting a strange double quote (“) in Open Office instead of the ordinary one (")?



Magento 2.1 Cannot Update Multi-select Attributes for Multiple Products


What should the attribute value be for a custom attribute in an array passed to getProductByAttributes?Multi Select Category Attribute not savingTrouble trying to select a large amount of Attributes for a ProductPossible to use Multi-Select Attribute on Configurable Product?Product Grid Showing Please select products for attributes update while updating attributes from mass actionHow to code a product selection wizard on magento 1.9 using custom multi-select attributes?Magento 2: Invalid UI Component element name 'product_form'Mass update attributes prices issueMagento 2.2 - Cannot update attribute values






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















Anyone else having this issue? I have created a couple of new attributes (with multi-select) and when I try to mass update this attribute across 9 products simultaneously it doesn't update (although it says it's successful.)



I can update the attribute if I click into each product individually.










share|improve this question
























  • I also had this Problem with product visibility. Seems to be a Bug Not Limited to custom attributes

    – David Verholen
    Aug 15 '16 at 20:55

















1















Anyone else having this issue? I have created a couple of new attributes (with multi-select) and when I try to mass update this attribute across 9 products simultaneously it doesn't update (although it says it's successful.)



I can update the attribute if I click into each product individually.










share|improve this question
























  • I also had this Problem with product visibility. Seems to be a Bug Not Limited to custom attributes

    – David Verholen
    Aug 15 '16 at 20:55













1












1








1


1






Anyone else having this issue? I have created a couple of new attributes (with multi-select) and when I try to mass update this attribute across 9 products simultaneously it doesn't update (although it says it's successful.)



I can update the attribute if I click into each product individually.










share|improve this question
















Anyone else having this issue? I have created a couple of new attributes (with multi-select) and when I try to mass update this attribute across 9 products simultaneously it doesn't update (although it says it's successful.)



I can update the attribute if I click into each product individually.







attributes custom-attributes multiselect-attribute massaction






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 16 '16 at 0:54







babywit

















asked Aug 15 '16 at 20:42









babywitbabywit

389517




389517












  • I also had this Problem with product visibility. Seems to be a Bug Not Limited to custom attributes

    – David Verholen
    Aug 15 '16 at 20:55

















  • I also had this Problem with product visibility. Seems to be a Bug Not Limited to custom attributes

    – David Verholen
    Aug 15 '16 at 20:55
















I also had this Problem with product visibility. Seems to be a Bug Not Limited to custom attributes

– David Verholen
Aug 15 '16 at 20:55





I also had this Problem with product visibility. Seems to be a Bug Not Limited to custom attributes

– David Verholen
Aug 15 '16 at 20:55










2 Answers
2






active

oldest

votes


















0














I am having similar issue - if add to custom attribute set custom multi select attribute (and it's not in default) they don't save. But after first try i run cache:clean and from this moment everything goes fine.






share|improve this answer






























    0














    Just discovered that this is a bug in Magento 2.1 and here is the patch to fix this.
    https://github.com/magento/magento2/issues/5459



    I used different file paths for 2.1: vendor/magento/module-catalog/Block/Adminhtml/Product/Edit/Action/Attribute/Tab/Attributes.php
    vendor/magento/module-catalog/Controller/Adminhtml/Product/Action/Attribute/Save.php



    Also, in the attributes.php I removed the old line and in the save.php I added the new one underneath the old one






    share|improve this answer

























      Your Answer








      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "479"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f131501%2fmagento-2-1-cannot-update-multi-select-attributes-for-multiple-products%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0














      I am having similar issue - if add to custom attribute set custom multi select attribute (and it's not in default) they don't save. But after first try i run cache:clean and from this moment everything goes fine.






      share|improve this answer



























        0














        I am having similar issue - if add to custom attribute set custom multi select attribute (and it's not in default) they don't save. But after first try i run cache:clean and from this moment everything goes fine.






        share|improve this answer

























          0












          0








          0







          I am having similar issue - if add to custom attribute set custom multi select attribute (and it's not in default) they don't save. But after first try i run cache:clean and from this moment everything goes fine.






          share|improve this answer













          I am having similar issue - if add to custom attribute set custom multi select attribute (and it's not in default) they don't save. But after first try i run cache:clean and from this moment everything goes fine.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 16 '16 at 20:55









          Bartosz KubickiBartosz Kubicki

          1,4541038




          1,4541038























              0














              Just discovered that this is a bug in Magento 2.1 and here is the patch to fix this.
              https://github.com/magento/magento2/issues/5459



              I used different file paths for 2.1: vendor/magento/module-catalog/Block/Adminhtml/Product/Edit/Action/Attribute/Tab/Attributes.php
              vendor/magento/module-catalog/Controller/Adminhtml/Product/Action/Attribute/Save.php



              Also, in the attributes.php I removed the old line and in the save.php I added the new one underneath the old one






              share|improve this answer





























                0














                Just discovered that this is a bug in Magento 2.1 and here is the patch to fix this.
                https://github.com/magento/magento2/issues/5459



                I used different file paths for 2.1: vendor/magento/module-catalog/Block/Adminhtml/Product/Edit/Action/Attribute/Tab/Attributes.php
                vendor/magento/module-catalog/Controller/Adminhtml/Product/Action/Attribute/Save.php



                Also, in the attributes.php I removed the old line and in the save.php I added the new one underneath the old one






                share|improve this answer



























                  0












                  0








                  0







                  Just discovered that this is a bug in Magento 2.1 and here is the patch to fix this.
                  https://github.com/magento/magento2/issues/5459



                  I used different file paths for 2.1: vendor/magento/module-catalog/Block/Adminhtml/Product/Edit/Action/Attribute/Tab/Attributes.php
                  vendor/magento/module-catalog/Controller/Adminhtml/Product/Action/Attribute/Save.php



                  Also, in the attributes.php I removed the old line and in the save.php I added the new one underneath the old one






                  share|improve this answer















                  Just discovered that this is a bug in Magento 2.1 and here is the patch to fix this.
                  https://github.com/magento/magento2/issues/5459



                  I used different file paths for 2.1: vendor/magento/module-catalog/Block/Adminhtml/Product/Edit/Action/Attribute/Tab/Attributes.php
                  vendor/magento/module-catalog/Controller/Adminhtml/Product/Action/Attribute/Save.php



                  Also, in the attributes.php I removed the old line and in the save.php I added the new one underneath the old one







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Aug 25 '16 at 18:44

























                  answered Aug 21 '16 at 22:08









                  babywitbabywit

                  389517




                  389517



























                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to Magento Stack Exchange!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f131501%2fmagento-2-1-cannot-update-multi-select-attributes-for-multiple-products%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                      Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                      Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form