We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373a297 commit 8d1f15fCopy full SHA for 8d1f15f
controllers/Index.php
@@ -308,6 +308,8 @@ public function onDuplicateObject(): array
308
unset($duplicatedObject->fileName);
309
310
$widget = $this->makeObjectFormWidget($type, $duplicatedObject);
311
+ $widget->bindToController();
312
+
313
$this->vars['objectPath'] = '';
314
$this->vars['canCommit'] = $this->canCommitObject($duplicatedObject);
315
$this->vars['canReset'] = $this->canResetObject($duplicatedObject);
0 commit comments