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 has been archived by the owner on Nov 21, 2019. It is now read-only.
hi, i dont know this is a bug or feature, but...
i have an EMongoDocument with name attribute
and it has a location embedded document
the location has name attribute too
like this:
{
name: '',
location: {
name: ''
}
}
i created a form from this
if name and location.name is required too
and location.name is empty but name has value
in error list i see the name is empty too
i think this function adds extra error message to name attribute:
hi, i dont know this is a bug or feature, but...
i have an EMongoDocument with name attribute
and it has a location embedded document
the location has name attribute too
like this:
{
name: '',
location: {
name: ''
}
}
i created a form from this
if name and location.name is required too
and location.name is empty but name has value
in error list i see the name is empty too
i think this function adds extra error message to name attribute:
sorry if it is not a real bug, im new yii/mongo user and im new on github
The text was updated successfully, but these errors were encountered: