2amigos / yii2-grid-view-library

Highly enhanced GridView widget and grid components for Yii2
https://2amigos.us
Other
57 stars 16 forks source link

Class 'dosamigos\editable\EditableBootstrapAsset' not found #30

Closed halumein closed 6 years ago

halumein commented 6 years ago

Class 'dosamigos\editable\EditableBootstrapAsset' not found

vendor\2amigos\yii2-grid-view-library\src\columns\EditableColumn.php : 13 use dosamigos\editable\EditableBootstrapAsset; // <- not exist

vendor\2amigos\yii2-grid-view-library\src\columns\EditableColumn.php : 145 EditableBootstrapAsset::register($view); // <- called here

tonydspaniard commented 6 years ago

Have you installed: https://github.com/2amigos/yii2-grid-view-library/blob/master/composer.json#L30 ?

halumein commented 6 years ago

After reinstall (delete "yii2-editable-widget" from vendor folder and "composer update" ) looks like trouble gone away. Thanks a lot anyway!