- 
                Notifications
    You must be signed in to change notification settings 
- Fork 9.4k
Open
Labels
Area: ProductComponent: CatalogComponent: EavIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P4No current plan to fix. Fixing can be deferred as a logical part of more important work.No current plan to fix. Fixing can be deferred as a logical part of more important work.Progress: dev in progressReported on 2.4.xIndicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchThe issue has been reproduced on latest 2.4-develop branch
Description
Preconditions (*)
- Magneto 2.2.3
- PHP 7.0.33
Steps to reproduce (*)
- Create a custom select attribute with a code of "container"
- Go to the Catalog->Products and check the box next to at least one product.
- Click the Action dropdown and select "Update Attributes"
- Scroll down until you see your container attribute and you will see that it is not disabled
Expected result (*)
- The attribute should be disabled by default until you check the Change box
Actual result (*)
Workaround (*)
Edit eav_attribute table and change the attribute code from "container" to something else. The problem happens because there is already a css id "container" on the page and this breaks the javascript function to enable/disable your custom attribute with the same name "container"
Metadata
Metadata
Assignees
Labels
Area: ProductComponent: CatalogComponent: EavIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P4No current plan to fix. Fixing can be deferred as a logical part of more important work.No current plan to fix. Fixing can be deferred as a logical part of more important work.Progress: dev in progressReported on 2.4.xIndicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchThe issue has been reproduced on latest 2.4-develop branch
