Feature request from danslo, posted on GitHub Aug 15, 2015
There are things like Magento\Customer\Block\Adminhtml\Edit\BackButton
which don't contain any customer specific functionality, preferably they should be moved to a more generic place (Magento\Framework\View
or Magento\Ui
?) so other modules can make use of them without having dependency on Magento_Customer
.