mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Merge pull request #2789 from SebDieBln/DbManager_FixMoveToSchema
[DbManager] Fix the 'MoveToSchema' functionality (fixes #14219)
This commit is contained in:
commit
25c289441e
@ -463,7 +463,7 @@ class Database(DbItemObject):
|
||||
|
||||
def prepareMenuMoveTableToSchemaActionSlot(self, item, menu, mainWindow):
|
||||
""" populate menu with schemas """
|
||||
slot = lambda x: lambda: mainWindow.invokeCallback(self.moveTableToSchemaActionSlot, [x])
|
||||
slot = lambda x: lambda: mainWindow.invokeCallback(self.moveTableToSchemaActionSlot, x)
|
||||
|
||||
menu.clear()
|
||||
for schema in self.schemas():
|
||||
|
Loading…
x
Reference in New Issue
Block a user