quiced Posted December 12, 2018 Share Posted December 12, 2018 Hi, I am trying to figure out how to override field_list in AdminAttributesGroupsController. In this controller situation is a little bit different then in other controllers where you can override field_list easily via __construct(). This controller show list of attributes and then renderView override fields_list from __construct() for rendering list of attribute values. Does anyone has experience with this specific controller? What I am trying to do it add new column to list of attribute values. Thanks for help. Link to comment Share on other sites More sharing options...
joseantgv Posted December 13, 2018 Share Posted December 13, 2018 21 hours ago, quiced said: Hi, I am trying to figure out how to override field_list in AdminAttributesGroupsController. In this controller situation is a little bit different then in other controllers where you can override field_list easily via __construct(). This controller show list of attributes and then renderView override fields_list from __construct() for rendering list of attribute values. Does anyone has experience with this specific controller? What I am trying to do it add new column to list of attribute values. Thanks for help. Why don't you override renderView() the same way you do with __construct()? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now