uran1980 / yii2-translate-panel

Yii2 Translate Panel makes the translation of your application so simple.
MIT License
25 stars 16 forks source link

Issue with action column #11

Open azjoss opened 7 years ago

azjoss commented 7 years ago

In here by default used data-toggle="confirmation" on delete and restore buttons. In app-ajax-buttons.js it has

if ( !url || $element.data('locked') === true || $element.attr('data-toggle') === 'confirmation' ) {
    return false;
}

in this case it never passes this check. As result buttons do not work by default!

subhashdamodaran commented 6 years ago

+1