Skip to content

Commit

Permalink
bug fix on check permission properties
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoandrade committed Apr 26, 2016
1 parent ba0d945 commit 4453178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Factories/DbFactory/postgisDb.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ def getRolePrivileges(self, role, dbname):
table = query.value(4)
privilege = query.value(5)

if schema in ['cb', 'public', 'complexos']:
if schema in ['cb', 'public', 'complexos', 'dominios', 'pe', 'ge']:
privilegesDict = self.utils.buildNestedDict(privilegesDict, [schema, table], [privilege])

permissionsDict = dict()
Expand Down

0 comments on commit 4453178

Please sign in to comment.