Skip to content

Commit

Permalink
Merge pull request #2708 from boundlessgeo/postgis-pki-fix
Browse files Browse the repository at this point in the history
[auth][db_manager] fix uri expansion on importing layer
  • Loading branch information
jef-n committed Jan 21, 2016
2 parents c38ee41 + 0012761 commit 72a1e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/dlg_import_vector.py
Expand Up @@ -300,7 +300,7 @@ def accept(self):

# get output params, update output URI
self.outUri.setDataSource(schema, table, geom, "", pk)
uri = self.outUri.uri()
uri = self.outUri.uri(False)

providerName = self.db.dbplugin().providerName()

Expand Down

0 comments on commit 72a1e7e

Please sign in to comment.