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
require_screener_or_admin lets the admin call submit_screening_result without being in the Screener registry, but is_screener(admin) only checks DataKey::Screener and returns false, misleading integrators gating UI/logic on it.
require_screener_or_adminlets the admin callsubmit_screening_resultwithout being in theScreenerregistry, butis_screener(admin)only checksDataKey::Screenerand returnsfalse, misleading integrators gating UI/logic on it.