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
The main callback in the validation app is designed to automatically select entries for which is_active is True, whenever data is loaded. However this doesn't seem to be working properly. I'm not sure what's going wrong.
The text was updated successfully, but these errors were encountered:
@tsmbland , I cannot reproduce the error. If I manually validate a couple of entries in the Admin, marking one as active and the other one as inactive:
the checkbox appears correct checked/unchecked based on that activation status when going to the validation screen:
Obviously, they only appear when requesting validated data. When requesting not validated data, only active entries appear since they can only be set as not active if they are also validated. See
The main callback in the validation app is designed to automatically select entries for which
is_active
isTrue
, whenever data is loaded. However this doesn't seem to be working properly. I'm not sure what's going wrong.The text was updated successfully, but these errors were encountered: