2amigos / yiiwheels

Widget extension library for the YiiStrap extension
http://yiiwheels.2amigos.us
Other
133 stars 77 forks source link

WhEditable error autoload #127

Closed Kirguir closed 9 years ago

Kirguir commented 9 years ago

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 9 years ago

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

Kirguir commented 9 years ago

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 9 years ago

@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 9 years ago

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