WhEditable error autoload
Closed this issue · 4 comments
Kirguir commented
In https://github.com/2amigos/yiiwheels/blob/master/widgets/editable/WhEditable.php
...
468 $this->options['clear'] = Yii::t('EditableField.editable', 'x clear');
...
cause of the error autoload.
EditableField.editable => WhEditableField.editable
tonydspaniard commented
Hi @Kirguir, but that line is just a translation category, has nothing to do with autoloading
Kirguir commented
Hi @tonydspaniard. Yes, the translation, but the autoloader is still trying to find a class EditableField is not, and this causes the error.
tonydspaniard commented
@Kirguir you are right... I am actually in the process of making the entire library to work with Bootstrap 3. So, I will keep this in mind.
tonydspaniard commented
Please, review this #128 I am going to entirely remove this library from YiiWheels for BS3