Make PgAuthId inherit PgServerObject and related changes.
This commit is contained in:
parent
c2c01cf431
commit
0b6c1a8544
8 changed files with 33 additions and 16 deletions
|
|
@ -115,7 +115,7 @@ QVariant RolesTableModel::getData(const QModelIndex &index) const
|
|||
const PgAuthId &authid = m_roles->getByIdx(index.row());
|
||||
switch (index.column()) {
|
||||
case NameCol:
|
||||
v = authid.name;
|
||||
v = authid.objectName();
|
||||
break;
|
||||
case SuperCol:
|
||||
// todo lookup role name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue