lexik / LexikTranslationBundle

This Symfony bundle allow to import translation files content into the database and provide a GUI to edit translations.
MIT License
419 stars 255 forks source link

FIX #414 toggle all columns checkbox #419

Closed multifinger closed 1 year ago

multifinger commented 2 years ago

FIX #414 toggle all columns checkbox

multifinger commented 2 years ago

For now toggle button works only to enable all locale columns, but not for disable all columns. If you want to really toggle the columns (which is nesessary and more convinient) you don't need to toggle boolean $scope.areAllColumnsSelected inside JS code, cause it's already toggled from the DOM by clicking the checkbox.