Closed iddqdidkfa closed 10 years ago
@iddqdidkfa Just checked Yii assets and its namespace still there: https://github.com/yiisoft/yii2/blob/master/framework/assets/yii.js
What do you mean?
@tonydspaniard Oh sorry, I found the problem. Not sure why but in my situation "yii.js" including after "bootstrap-editable.js"
<script src="/assets/f7834dd3/js/bootstrap-editable.js"></script>
<script src="/assets/7111a49b/yii.js"></script>
and it happened right after composer update
maybe you have to add dependency to yii\web\YiiAsset in EditableBootstrapAsset?
public $depends = [
'yii\web\YiiAsset',
'yii\bootstrap\BootstrapPluginAsset',
];
it works for me
P.S. created pull request
This issue is no longer valid
at bootstrap-editable.js line 619