mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[DbManager] Fix the 'MoveToSchema' functionality (fixes #14219)
This commit is contained in:
parent
7489af8695
commit
0ab3653831
@ -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