Skip to content

Commit 7abfdb4

Browse files
author
Michael Logvin
committed
MAGETWO-45609: Exception after simple product save
1 parent f3bf4cb commit 7abfdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/Setup/InstallSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
8080
->addForeignKey(
8181
$setup->getFkName('ui_bookmark', 'user_id', 'admin_user', 'user_id'),
8282
'user_id',
83-
'admin_user',
83+
$setup->getTable('admin_user'),
8484
'user_id',
8585
Table::ACTION_CASCADE
8686
)

0 commit comments

Comments
 (0)