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
When an object of an internal url list (e.g. organization in consultation) is not available, null / None is silently returned. This is very confusing. Additionally it contradicts the typing (List<Organization>) and hides an error.
The text was updated successfully, but these errors were encountered:
When an object of an internal url list (e.g. organization in consultation) is not available, null / None is silently returned. This is very confusing. Additionally it contradicts the typing (
List<Organization>
) and hides an error.The text was updated successfully, but these errors were encountered: