Skip to content

Commit

Permalink
Merge pull request #354 from creative-commoners/pulls/4/remove-legacy…
Browse files Browse the repository at this point in the history
…-upgrader

MNT Remove legacy upgrader config
  • Loading branch information
Maxime Rainville authored Jan 22, 2023
2 parents fd24736 + 58807b7 commit 3c6ac04
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions src/GridFieldAddNewInlineButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ class GridFieldAddNewInlineButton extends AbstractGridFieldComponent implements
GridField_HTMLProvider,
GridField_SaveHandler
{
/**
* @skipUpgrade
*/
const POST_KEY = 'GridFieldAddNewInlineButton';

private $fragment;
Expand Down
3 changes: 0 additions & 3 deletions src/GridFieldAddNewMultiClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ class GridFieldAddNewMultiClass extends AbstractGridFieldComponent implements
GridField_HTMLProvider,
GridField_URLHandler
{
/**
* @skipUpgrade
*/
const POST_KEY = 'GridFieldAddNewMultiClass';

private static $allowed_actions = array(
Expand Down
3 changes: 0 additions & 3 deletions src/GridFieldEditableColumns.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ class GridFieldEditableColumns extends GridFieldDataColumns implements
GridField_SaveHandler,
GridField_URLHandler
{
/**
* @skipUpgrade
*/
const POST_KEY = 'GridFieldEditableColumns';

private static $allowed_actions = array(
Expand Down

0 comments on commit 3c6ac04

Please sign in to comment.