mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 07:16:52 -06:00
Fixed an issue where role properties were not loading. #7837
This commit is contained in:
parent
fb6cca415d
commit
fa64e8b38f
@ -794,7 +794,7 @@ rolmembership:{
|
||||
|
||||
def _set_rolemembership(self, row):
|
||||
|
||||
if 'rolmembers' in row:
|
||||
if 'rolmembers' in row and row['rolmembers'] is not None:
|
||||
rolmembers = []
|
||||
for role in row['rolmembers']:
|
||||
role = re.search(r'([01])(.+)', role)
|
||||
|
Loading…
Reference in New Issue
Block a user