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;
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
add a comment |
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
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
add a comment |
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
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
attributes custom-attributes multiselect-attribute massaction
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
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
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.
add a comment |
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Aug 16 '16 at 20:55
Bartosz KubickiBartosz Kubicki
1,4541038
1,4541038
add a comment |
add a comment |
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
add a comment |
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
add a comment |
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
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
edited Aug 25 '16 at 18:44
answered Aug 21 '16 at 22:08
babywitbabywit
389517
389517
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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