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

Configurable product attribute scope #866

Closed
chris-brabender opened this issue Dec 24, 2014 · 4 comments
Closed

Configurable product attribute scope #866

chris-brabender opened this issue Dec 24, 2014 · 4 comments
Labels
bug report Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development

Comments

@chris-brabender
Copy link

When creating a new product attribute that is to be used for configurable products the scope option defaults to Store view and allows you to set Yes to Use To Create Configurable Product.

After you save the attribute and try to create a configurable product based on that, the attribute is not returned in the variations search box.

If you then go and edit the attribute, change the scope to Global, and set Use To Create Configurable Product to Yes, the attribute is visible in the variations search box.

If you select Store view or Website for Scope the Use To Create Configurable Product option is hidden.

When creating a new attribute, by default should the Use To Create Configurable Product option be unavailable when Scope is defaulting to Store view? This is a little confusing as the option is presented but is not actually used correctly.

@orlangur
Copy link
Contributor

Looks like fields dependency is broken on Stores > Attributes > Product page. Use To Create Configurable Product option must be unavailable for any value of Scope other than Global. Now it is shown for initial Store View value of Scope, disappears after change of Scope to any value and does not appear anymore.

You can also create product attributes for configurable product directly from product creation page. Press Create New Variation Set in Variations panel of Product Details tab and you'll see same product attribute form, Use To Create Configurable Product field depends on Scope correctly there.

@vpelipenko
Copy link
Contributor

Internal ticket: MAGETWO-32341

@vpelipenko
Copy link
Contributor

@chris-brabender, internal ticket has been completed and fix will be delivered with the next public GitHub update this week. Please, let us know, if you are not OK with implemented solution.

magento-team pushed a commit that referenced this issue Jan 30, 2015
- Update copyright string
- Fix unit test to remove deprecated method call
magento-team pushed a commit that referenced this issue Jan 30, 2015
magento-team pushed a commit that referenced this issue Jan 30, 2015
- Fix codestyle
- Fix configurable import/export
magento-team pushed a commit that referenced this issue Jan 30, 2015
magento-team pushed a commit that referenced this issue Jan 30, 2015
- Remove attribute's 'is_configurable' property usage from javascript
- Remove 'is_configurable' property from ProductAttributeDataBuilder
magento-team added a commit to abeeskau/magento2-community-edition that referenced this issue Feb 7, 2015
* Various improvements:
    * Implemented caching for WebAPI configuration
    * Improved tests coverage of the CurrencySymbol module
    * Table catalogsearch_fulltext is setting up with ENGINE=InnoDB
    * Improved unit test coverage of the Catalog related functionality
    * Optimized JS dependencies
    * Refactored controller actions in the Sales module
    * Refactored controller actions in the Customer module
    * Removed the assertion for the exact number of attributes in API-functional tests for customer metadata.
    * Refactored API code for the CheckoutAgreements module
    * Refactored API code for the GiftMessage module
    * Refactored API for the Checkout module
* Fixed bugs:
    * Fixed an where issue were WebAPI generated the wrong WSDL
    * Fixed an issue where Catalog, Checkout, Customer API ACLs did not support AJAX use case(s)
    * Fixed an issue where SOAP tests failed after upgrading to ZF 1.12.9
    * Fixed an issue where the 'There is no data for export' message was displayed permanently after invalid search
    * Fixed an issue where there was no ability to set category position during creation it
    * Fixed a CSS issue where certain images were absent on banners ()
    * Fixed an issue where the 'Date Of Birth' value was i reset to current date on the customer form)
    * Fixed an issue where the behavior of the "Terms and Conditions" validation on multiple address checkout was different from the one for the onepage checkout
    * Fixed an issue where it was impossible to checkout with multiple addresses
    * Fixed an issue where the 'This is a required field ' message was not displayed for "Terms and Conditions" if the latter  was not selected
* GitHub Requests:
    * [#963](magento/magento2#963) -- Default Accept header
    * [#995](magento/magento2#995) -- Prevent a warning in activated developer mode when 'plugins' is no array
    * [#866](magento/magento2#866) -- Configurable product attribute scope
    * [#965](magento/magento2#965) -- extra tests for current interception behavior
* Service Contracts:
    * The Downloadable module basic implementation
* Framework improvements:
    * Refactored and covered with tests the classes with high CRAP value (>50)
    * Moved Theme Management changes, Design changes, Design\Backend modules, and Observer components from the Core module to the Theme module
    * Moved Debug Hints models from the Core module to the newly added Developer module
    * Moved URL components, Factory, and EntityFactory from the Core module to the Magento Framework
* UI improvements:
    * Compressed and resized images
    * Added new base styles for the Admin re-design
    * Added the WAI-ARIA attributes are to the Search Autocomplete on the storefront
    * Added visual style for the 'skip to content' attribute on the storefront
    * Fixed the style of persistent login messages on the storefront for all themes
    * Fixed the style of scrolling for Categories with long names in the Admin
    * Fixed the "css/print.css" file path on the storefront pages for all themes
* Tests improvements:
    * Converted all fixtures/repositories for functional tests to .xml files
    * Improved interaction between webdriver and the new Magento JS forms
    * Increased unit and integration tests coverage
magento-team added a commit to abeeskau/magento2-community-edition that referenced this issue Feb 9, 2015
* Various improvements:
    * Implemented caching for WebAPI configuration
    * Improved tests coverage of the CurrencySymbol module
    * Table catalogsearch_fulltext is setting up with ENGINE=InnoDB
    * Improved unit test coverage of the Catalog related functionality
    * Optimized JS dependencies
    * Refactored controller actions in the Sales module
    * Refactored controller actions in the Customer module
    * Removed the assertion for the exact number of attributes in API-functional tests for customer metadata.
    * Refactored API code for the CheckoutAgreements module
    * Refactored API code for the GiftMessage module
    * Refactored API for the Checkout module
* Fixed bugs:
    * Fixed an where issue were WebAPI generated the wrong WSDL
    * Fixed an issue where Catalog, Checkout, Customer API ACLs did not support AJAX use case(s)
    * Fixed an issue where SOAP tests failed after upgrading to ZF 1.12.9
    * Fixed an issue where the 'There is no data for export' message was displayed permanently after invalid search
    * Fixed an issue where there was no ability to set category position during creation it
    * Fixed a CSS issue where certain images were absent on banners ()
    * Fixed an issue where the 'Date Of Birth' value was i reset to current date on the customer form)
    * Fixed an issue where the behavior of the "Terms and Conditions" validation on multiple address checkout was different from the one for the onepage checkout
    * Fixed an issue where it was impossible to checkout with multiple addresses
    * Fixed an issue where the 'This is a required field ' message was not displayed for "Terms and Conditions" if the latter  was not selected
* GitHub Requests:
    * [#963](magento/magento2#963) -- Default Accept header
    * [#995](magento/magento2#995) -- Prevent a warning in activated developer mode when 'plugins' is no array
    * [#866](magento/magento2#866) -- Configurable product attribute scope
    * [#965](magento/magento2#965) -- extra tests for current interception behavior
* Service Contracts:
    * The Downloadable module basic implementation
* Framework improvements:
    * Refactored and covered with tests the classes with high CRAP value (>50)
    * Moved Theme Management changes, Design changes, Design\Backend modules, and Observer components from the Core module to the Theme module
    * Moved Debug Hints models from the Core module to the newly added Developer module
    * Moved URL components, Factory, and EntityFactory from the Core module to the Magento Framework
* UI improvements:
    * Compressed and resized images
    * Added new base styles for the Admin re-design
    * Added the WAI-ARIA attributes are to the Search Autocomplete on the storefront
    * Added visual style for the 'skip to content' attribute on the storefront
    * Fixed the style of persistent login messages on the storefront for all themes
    * Fixed the style of scrolling for Categories with long names in the Admin
    * Fixed the "css/print.css" file path on the storefront pages for all themes
* Tests improvements:
    * Converted all fixtures/repositories for functional tests to .xml files
    * Improved interaction between webdriver and the new Magento JS forms
    * Increased unit and integration tests coverage
@vpelipenko vpelipenko added the Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development label Feb 23, 2015
@vpelipenko
Copy link
Contributor

Fixed. Closed.

magento-team pushed a commit that referenced this issue Mar 2, 2017
[TSG] MAGETWO-62025: Upgrading from 2.0.11 with Sample Data fails
magento-engcom-team added a commit that referenced this issue Sep 25, 2019
…e Product To Cart #866

 - Merge Pull Request magento/graphql-ce#866 from magento/graphql-ce:GraphQl-812-testAddVariationFromAnotherConfigurableProductToCart
 - Merged commits:
   1. 9a8cf3a
   2. 2f7b1d9
   3. 45ec553
   4. 689f1f8
   5. 6a0255b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development
Projects
None yet
Development

No branches or pull requests

4 participants