You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
"schema.yaml"
In my table there is a reference to another table which has the word "mail".
reproduction steps
execute ./yii gii/api to generate code and update model
bug
For the automatically generated rules, this attribute is checked to ensure that it is a valid email.
The check is incorrect mainly because it is a reference to the primaryKey from another table. It is therefore clearly an integer and obviously cannot be validated for email
The text was updated successfully, but these errors were encountered:
siggi-k
changed the title
rules bug generated: email_id
gii/api generated rules bug: email_id
Jan 22, 2024
siggi-k
changed the title
gii/api generated rules bug: email_id
Bug gii/api generated rules: email_id
Feb 5, 2024
initial
In my table there is a reference to another table which has the word "mail".
reproduction steps
./yii gii/api
to generate code and update modelbug
The check is incorrect mainly because it is a reference to the primaryKey from another table. It is therefore clearly an integer and obviously cannot be validated for email
The text was updated successfully, but these errors were encountered: