Skip to content

Commit c4ccfea

Browse files
authored
hotfix(condo): changed importRemoteSystem update access (#3501)
1 parent 3913830 commit c4ccfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/condo/domains/organization/access/Organization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async function canManageOrganizations ({ authentication: { item: user }, operati
9090
const canAccessToImportField = {
9191
read: access.userIsNotResidentUser,
9292
create: access.userIsAdmin,
93-
update: access.userIsAdmin,
93+
update: access.userIsAdminOrIsSupport,
9494
}
9595

9696
const canAccessOnlyAdminField = {

0 commit comments

Comments
 (0)