Jump to content

PS 1.6 Override renderView in AdminAttributesGroupsController


quiced

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...