Skip to content

Commit

Permalink
Merge pull request jumpserver#4012 from jumpserver/dev_permsasset
Browse files Browse the repository at this point in the history
[Update] 授权资产树返回org_id字段值
  • Loading branch information
BaiJiangJie authored May 19, 2020
2 parents 2341300 + 63ff868 commit 4ec4869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/perms/utils/asset_permission.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ def parse_asset_to_tree_node(node, asset):
'platform': asset.platform_base,
'domain': asset.domain_id,
'org_name': asset.org_name,
'org_id': asset.org_id
},
}
}
Expand Down

0 comments on commit 4ec4869

Please sign in to comment.