Skip to content

Commit 72a1e7e

Browse files
committed
Merge pull request #2708 from boundlessgeo/postgis-pki-fix
[auth][db_manager] fix uri expansion on importing layer
2 parents c38ee41 + 0012761 commit 72a1e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/db_manager/dlg_import_vector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def accept(self):
300300

301301
# get output params, update output URI
302302
self.outUri.setDataSource(schema, table, geom, "", pk)
303-
uri = self.outUri.uri()
303+
uri = self.outUri.uri(False)
304304

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

0 commit comments

Comments
 (0)