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
If I use a Select field with Multiple true on a Profile page, if I unselect everything, the field value in the user.yaml is not changed from its previous value. I believe the offending line is if (!isset($data[$field]) && isset($data_field)) { in login.php line 940.
The text was updated successfully, but these errors were encountered:
Grav 1.7 is pretty stable already and it would be nice if you could at least test it out and report back if you find any bugs. We just need more testing to find the last bugs and issues.
If I use a Select field with Multiple true on a Profile page, if I unselect everything, the field value in the user.yaml is not changed from its previous value. I believe the offending line is
if (!isset($data[$field]) && isset($data_field)) {
in login.php line 940.The text was updated successfully, but these errors were encountered: