Oleg
Oleg
So, how to fix it??
``` $js = 'jQuery("#' . $this->formId . '").yiiDynamicForm(' . $this->_hashVar .');' . "\n"; $view->registerJs($js, $view::POS_LOAD); ``` This code runs inline script before the ActiveFormAsset is really loaded. I don't know...
What should I change in composer.json, to use FORK?
I have only one form and this problem occurs. How to fix it?
As I understand, you can exclude such assets from minification, by using the component's configuration property ```'excludeFiles'``` or even exclude specific AssetBundle by using ```excludeBundles```
Same problem. Is there any possibility to add smth like ```cssPosition``` property or additional parameters to tag (like "prefetch" or "preload")? Or render minified CSS code directly inside ... tag?...
When not using behaviors in models I have the same problem, described here.
It's really strange that user can assign only roles that he already have. If user have permission to assign roles, it should mean that this user can assign any role...