yiisoft / yii2-gii

Yii 2 Gii Extension
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 192 forks source link

Generating rules for the fields with default values #537

Closed manky closed 1 year ago

manky commented 1 year ago
Q A
Is bugfix?
New feature? ✔️
Breaks BC?

This may sound unimportant, but if you are using yii\behaviors\AttributeTypecastBehavior and the cast depends on the rules() method of your model, for example, fields validated via yii\validators\NumberValidator and without any value will be cast to integer/float. So the value of the empty fields will become 0

An important part is that default rules should be at the beginning of the rule list.

what-the-diff[bot] commented 1 year ago

PR Summary

manky commented 1 year ago

The line has been added to the changelog. Thanks.

samdark commented 1 year ago

Thank you!