Negruzzi Cristian
Negruzzi Cristian
What I've done to have the same: - Created a Role "WebAdmins" and assign it to users that need to have access to backend - in backend/config/main.php i've added the...
for some days after a update `$roles = Yii::$app->authManager->getRolesByUser(Yii::$app->user->getId());` returns a empty array any thoughts?
not sure, just did a `composer update` and after that couldn't login to backend digging found that `Yii::$app->user->getId()` in above code returns nothing
I try to do a simple `composer update` The out is: `# composer update Loading composer repositories with package information Updating dependencies (including require-dev) [Composer\Repository\InvalidRepositoryException] No valid bower.json was found...
I've searched where "selectize" is used and it is only in yii2-usuario
Could it be a conflict with select2 I use from kartik's extansions?
I used to create public parameters in the frame declaration and then use them from outside, from MainForm for example.
Having a form for editing a Person I need to have a way for editing its Addresses (from another class in relation with Person) in a modal form.