Skip to content

Commit

Permalink
Remove sort order from table
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Åsbrink committed Jan 12, 2023
1 parent 99ff252 commit a3159ce
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/model/AttributeSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ public function getCMSFields()
return TextField::create($column);
}
),
'Nca_AttributeLink_AttributeSet_Attribute.Sort' => array(
'title' => 'Sort Order',
'callback' => function ($record, $column, $grid) {
return TextField::create($column);
}
),
'Nca_AttributeLink_AttributeSet_Attribute.Active' => array(
'title' => 'Active',
'callback' => function ($record, $column, $grid) {
Expand Down

0 comments on commit a3159ce

Please sign in to comment.