Tobi

Results 21 comments of Tobi

This is from the gridview source: `$isBs4 = $this->isBs4(); if ($isBs4) { Html::addCssClass($this->options, 'kv-grid-bs4'); $this->setPagerOptionClass('linkContainerOptions', 'page-item'); $this->setPagerOptionClass('linkOptions', 'page-link'); $this->setPagerOptionClass('disabledListItemSubTagOptions', 'page-link'); }` can this be considered in the yii2-scroll-pager, if yes,...

I have the same problem when I use yii2-relation-trait (https://github.com/mootensai/yii2-relation-trait/issues/60) :-( any help?

Thank you for your efforts, that's really a shame. This is a basic functionality (save realted records after a first validation error) and without fixing this in near future, I'll...

...thanks to share your experience with laravel. In general I'm happy with yii2, but when the app will throw the error furthermore, a normal use can't handle this :-( I...

this is a solution (shorten) I use in my controller, maybe this will help someone. In first case of conflict, the user will get a message that the next update...

Hi again, ok, I found out that the "normal" form don't send an submit, if not all rules are fulfilled. Unfortunately, if an has many form (as tabular form) don't...

Does nobody have an idea how to tell the UI to send the prefix within the request?

I also missing available routes of new controller I've created last time. Also I've I press the refresh button, the new routes (controller actions) don't appear. I've got also no...

...this seems not caused by the modal function. Also pure generated IO Model and IO Crud forms with gii enhanced without any changes produce the same error?