Attribute set sort order has gone - how to rebuild?How to sort the Attribute Set list on the Manage Products Grid dropdown menu?How to sort the Attribute Set list on the Manage Products Grid dropdown menu?Issues sorting by two attributesHow to Clone an Attribute SetDo I have to create a new attribute set for each configurable product?How to sort the Attribute Set list on the create new productMagento How to add configurable product while placing order programatically?Add attribute group to only 1 attribute setWrong sorting with “name” attributeHow to change the attribute set of the product via programatically in magento 2Default Attribute Set has been populated with 'non default' Attributes - how to restore the factory default?

Is this toilet slogan correct usage of the English language?

What kind of floor tile is this?

Can you use Vicious Mockery to win an argument or gain favours?

What is the difference between lands and mana?

How much theory knowledge is actually used while playing?

Creating two special characters

How could a planet have erratic days?

How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?

Giving feedback to someone without sounding prejudiced

How to make money from a browser who sees 5 seconds into the future of any web page?

How would you translate "more" for use as an interface button?

Can I cause damage to electrical appliances by unplugging them when they are turned on?

Non-trope happy ending?

Why is the Sun approximated as a black body at ~ 5800 K?

Review your own paper in Mathematics

Is it allowed to activate the ability of multiple planeswalkers in a single turn?

Will number of steps recorded on FitBit/any fitness tracker add up distance in PokemonGo?

US tourist/student visa

Is there a nicer/politer/more positive alternative for "negates"?

What is Cash Advance APR?

Permission on Database

How to preserve electronics (computers, iPads and phones) for hundreds of years

Make a Bowl of Alphabet Soup

Mimic lecturing on blackboard, facing audience



Attribute set sort order has gone - how to rebuild?


How to sort the Attribute Set list on the Manage Products Grid dropdown menu?How to sort the Attribute Set list on the Manage Products Grid dropdown menu?Issues sorting by two attributesHow to Clone an Attribute SetDo I have to create a new attribute set for each configurable product?How to sort the Attribute Set list on the create new productMagento How to add configurable product while placing order programatically?Add attribute group to only 1 attribute setWrong sorting with “name” attributeHow to change the attribute set of the product via programatically in magento 2Default Attribute Set has been populated with 'non default' Attributes - how to restore the factory default?













1















This code returned attributes set for dropdown menu - ordered by attribute set name ...



$sets = Mage::getResourceModel('eav/entity_attribute_set_collection')
->setEntityTypeFilter(Mage::getModel('catalog/product')->getResource()->getTypeId())
->load()
->toOptionHash();


Suddenly it changed to display sets orded by ID instead of name ...



What is your default sort for this code? Why could it change? Would like to understand, why behavoir changed ...




Update:



Checked eav_attribute_set table wher sort order is stored ... and its set to 0 for all set - only "default" has value 10.



Last thing I've made was to create a new set ....



No change ...




Update:



Found this ... How to sort the Attribute Set list on the Manage Products Grid dropdown menu?, BUT why did it work before?



(Whats your sort order for attribute sets?)




Update:



Suddenly sort order (by set name) is correct again. Without any changes made. Just added further sets.



Ideas? (Refreshed cache/indexes already yesterday)










share|improve this question




























    1















    This code returned attributes set for dropdown menu - ordered by attribute set name ...



    $sets = Mage::getResourceModel('eav/entity_attribute_set_collection')
    ->setEntityTypeFilter(Mage::getModel('catalog/product')->getResource()->getTypeId())
    ->load()
    ->toOptionHash();


    Suddenly it changed to display sets orded by ID instead of name ...



    What is your default sort for this code? Why could it change? Would like to understand, why behavoir changed ...




    Update:



    Checked eav_attribute_set table wher sort order is stored ... and its set to 0 for all set - only "default" has value 10.



    Last thing I've made was to create a new set ....



    No change ...




    Update:



    Found this ... How to sort the Attribute Set list on the Manage Products Grid dropdown menu?, BUT why did it work before?



    (Whats your sort order for attribute sets?)




    Update:



    Suddenly sort order (by set name) is correct again. Without any changes made. Just added further sets.



    Ideas? (Refreshed cache/indexes already yesterday)










    share|improve this question


























      1












      1








      1








      This code returned attributes set for dropdown menu - ordered by attribute set name ...



      $sets = Mage::getResourceModel('eav/entity_attribute_set_collection')
      ->setEntityTypeFilter(Mage::getModel('catalog/product')->getResource()->getTypeId())
      ->load()
      ->toOptionHash();


      Suddenly it changed to display sets orded by ID instead of name ...



      What is your default sort for this code? Why could it change? Would like to understand, why behavoir changed ...




      Update:



      Checked eav_attribute_set table wher sort order is stored ... and its set to 0 for all set - only "default" has value 10.



      Last thing I've made was to create a new set ....



      No change ...




      Update:



      Found this ... How to sort the Attribute Set list on the Manage Products Grid dropdown menu?, BUT why did it work before?



      (Whats your sort order for attribute sets?)




      Update:



      Suddenly sort order (by set name) is correct again. Without any changes made. Just added further sets.



      Ideas? (Refreshed cache/indexes already yesterday)










      share|improve this question
















      This code returned attributes set for dropdown menu - ordered by attribute set name ...



      $sets = Mage::getResourceModel('eav/entity_attribute_set_collection')
      ->setEntityTypeFilter(Mage::getModel('catalog/product')->getResource()->getTypeId())
      ->load()
      ->toOptionHash();


      Suddenly it changed to display sets orded by ID instead of name ...



      What is your default sort for this code? Why could it change? Would like to understand, why behavoir changed ...




      Update:



      Checked eav_attribute_set table wher sort order is stored ... and its set to 0 for all set - only "default" has value 10.



      Last thing I've made was to create a new set ....



      No change ...




      Update:



      Found this ... How to sort the Attribute Set list on the Manage Products Grid dropdown menu?, BUT why did it work before?



      (Whats your sort order for attribute sets?)




      Update:



      Suddenly sort order (by set name) is correct again. Without any changes made. Just added further sets.



      Ideas? (Refreshed cache/indexes already yesterday)







      magento-1 collection attribute-set






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 7 hours ago







      sv3n

















      asked yesterday









      sv3nsv3n

      9,87562455




      9,87562455




















          0






          active

          oldest

          votes











          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%2f266747%2fattribute-set-sort-order-has-gone-how-to-rebuild%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          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%2f266747%2fattribute-set-sort-order-has-gone-how-to-rebuild%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

          Sum ergo cogito? 1 nng

          419 nièngy_Soadمي 19bal1.5o_g

          Queiggey Chernihivv 9NnOo i Zw X QqKk LpB