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
@@ -10415,13 +10416,15 @@ function isWorkspaceEligibleForReportChange(newPolicy: OnyxEntry<Policy>, report
10415
10416
10416
10417
// From this point on, reports must be of type Expense, the policy must be a paid type.
10417
10418
// The submitter and manager must also be policy members OR the current user is an admin so they can invite the non-members to the policy.
10419
+
// Additionally, if the report is not open or submitted, the current user must be an admin.
10420
+
// We're temporarily disabling moving reports to a workspace if the submitter is not a member of the new policy because this flow requires additional API changes.
0 commit comments