kartik-v / yii2-grid

Enhanced GridView with various utilities for Yii Framework 2.0
http://demos.krajee.com/grid
Other
558 stars 302 forks source link

duplicated initDefaultButtons() call in ActionColumn #1047

Open santilin opened 1 year ago

santilin commented 1 year ago

Prerequisites

On ActionColumn::init() there is a call to initDefaultButtons() which is already done in Yii2::ActionColumn::init()

I think the call in kartik's code should be removed.