2amigos/yiiwheels

WhEditable error autoload

Closed this issue · 4 comments

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

Hi @Kirguir, but that line is just a translation category, has nothing to do with autoloading

Hi @tonydspaniard. Yes, the translation, but the autoloader is still trying to find a class EditableField is not, and this causes the error.

@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.

Please, review this #128 I am going to entirely remove this library from YiiWheels for BS3