Karel Vasicek

Results 5 comments of Karel Vasicek

@marcovtwout > I'm not sure this scenario can really be fixed with framework code. This is indeed a very rare scenario, but IMO the system should not allow `req2` to...

> Would this scenario be reproducable in a Yii 2 project as well? Yes, it's reproducible. I added `sleep(60)` to `unfreeze()` to be able to (reliably) start `req2` in between...

@marcovtwout > Could you post this issue in the yii2 issue tracker as well? https://github.com/yiisoft/yii2/issues/19599 is created.

@lubosdz > You mean if you enter "aaa" into numeric field, it will not show error? Yes, correct. I've just installed fresh basic app, changed `Name` field in `Contact` form...

@lubosdz > Did you add to rules e.g. [['name'], 'number'], ? Yes, I wrote that in my comment. I wrote "...and added a new `['name', 'number']` rule". > is related...