Skip to content

Commit

Permalink
Enable updating getEditForm after it loads
Browse files Browse the repository at this point in the history
  • Loading branch information
jules0x authored Nov 7, 2018
1 parent 19227d7 commit 38a7fc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Admin/AdvancedWorkflowAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ public function getEditForm($id = null, $fields = null)
$grid->getConfig()->removeComponentsByType(GridFieldImportButton::class);
}

$this->extend('updateEditFormAfter', $form);

return $form;
}

Expand Down

0 comments on commit 38a7fc4

Please sign in to comment.