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
Pass shouldRestrictAction=true for track and distance quick actions
TRACK_MANUAL, TRACK_SCAN, TRACK_PER_DIEM, REQUEST_DISTANCE, and
TRACK_DISTANCE were passing shouldRestrictAction=false in
navigateToQuickAction(), which skipped the paywall check for expired
workspaces. This makes them consistent with REQUEST_MANUAL,
REQUEST_SCAN, and other actions that already pass true.
Co-authored-by: Pujan Shah <Pujan92@users.noreply.github.com>
0 commit comments