magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

Improves cms page options in the adminhtml configuration #18

Open magento-engcom-team opened 6 years ago

magento-engcom-team commented 6 years ago

This issue was originally raised in https://github.com/magento/magento2/pull/10426 by @hostep but unfortunately he cannot continue at the current time. The aim is to improve the admin usability for multiple store setups and the selection of cms pages in the store configuration.

Preconditions

  1. PHP 7.*
  2. Magento 2.*

Steps to reproduce

  1. Login to the Magento Admin with a multiple store setup,
  2. Create multiple CMS pages with the same name, e.g. a Home Page for each of your stores,
  3. Visit the configuration settings for "Default Pages",
  4. See multiple "Home Pages"

Expected result

  1. On the default store you will see only CMS pages attached to all store views and on a specific store you will see only CMS pages attached to that store.

end-results-aim

  1. Result should us UI component see https://github.com/okorshenko/magento2/pull/4/files for an example build.

Actual result

  1. Hard to read simple drop down.
cms-before

Original Report: https://github.com/magento/magento2/issues/11416 by @dmanners