You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a question than an issue.
What's the purpose of the _prepareColumns method in the Magento\Cms\Block\Adminhtml\Page\Grid class?
I see that the grid structure is defined in app/code/Magento/Cms/view/adminhtml/layout/cms_page_listing.xml.
Even if I remove the _prepareColumns method everything gets rendered properly. Is this unfinished business? It will be removed? Or it serves a different purpose?