Fatal error: Call to a member function isLoggedIn() on null in D:\xampp\htdocs\m2ce\vendor\magento\module-backend\App\AbstractAction.php on line 252
I got this problem when save form. Only last step to save data. Seem object not creat or instance or something i don’t know
I already added _isAllowed method for controller edit but still not fix this
What i have done so far in link below if you want to see code
My class AbstractAction not inject Authorization. I thought this class extend \Magento\Backend\App\AbstractAction (have property _auth) so i don’t have to register this
But object still return null
I have no idea why
@dmitrii_fediuk Problem fixed now. But i get problem with my grid. order column not render right by order
I already set by number but not work. Do you have any suggestions ? I use ui_components