Skip to content

Commit

Permalink
Merge pull request #17665 from jeclrsg/hpcc-30068-account_type-Active…
Browse files Browse the repository at this point in the history
…GroupPermissions

HPCC-30068 ECL Watch fix account_type not sent in request

Reviewed-By: Kevin wang <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Aug 11, 2023
2 parents 95c66b7 + e52bc12 commit 04e4592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esp/src/src/ws_access.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ class AccountResourcesStore extends Memory {
BasednName: row.BasednName,
rname: row.ResourceName,
account_name: row.account_name,
account_type: this.IsGroup ? 1 : 0,
action: "update"
};
lang.mixin(request, row);
Expand Down

0 comments on commit 04e4592

Please sign in to comment.