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
[SHD-1410] Filter extra_users in context JSON (#540)
[SHD-1410](https://runway.powerhrg.com/backlog_items/SHD-1410)
This pull request updates the as_json method in the Audiences::Context
model to ensure that the extra_users field only includes users matching
the default scope defined by Audiences.default_users_scope. Previously,
extra_users were included directly; now, extra_users are filtered
through the default scope using instance_exec.
0 commit comments