Skip to content

Apply sort order to Magento layout updates read from core_layout.

License

Notifications You must be signed in to change notification settings

gruenspar/magento-sorted-db-layouts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1368014 · Oct 31, 2014

History

2 Commits
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014

Repository files navigation

magento-sorted-db-layouts

Modifies (fixes?) Magento 1.x core when fetching layout updates from core_layout. They are now applied in correct sort_order.

Useful when you want to specify sort order for widgets. Check this stackexchange thread for an error description.

Install with composer

    "require": {
        "gruenspar/magento-sorted-db-layouts":"1.*"
    },
    "repositories": [
        {
            "url": "https://github.com/gruenspar/magento-sorted-db-layouts",
            "type": "git"
        }
    ]

Rewrites

  • Mage_Core_Model_Layout_Update
  • Mage_Core_Model_Resource_Layout

About

Apply sort order to Magento layout updates read from core_layout.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages