Skip to content

Commit

Permalink
form problem with sort_key
Browse files Browse the repository at this point in the history
  • Loading branch information
kokspflanze committed Aug 14, 2015
1 parent 9a537ab commit 60f2b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ZfcTicketSystem/Form/AdminTicketCategory.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct()
));

$this->add(array(
'name' => 'sortkey',
'name' => 'sort_key',
'options' => array(
'label' => 'Sortkey',
),
Expand Down
2 changes: 1 addition & 1 deletion src/ZfcTicketSystem/Form/AdminTicketCategoryFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function __construct()
));

$this->add(array(
'name' => 'sortkey',
'name' => 'sort_key',
'required' => false,
'validators' => array(
array(
Expand Down

0 comments on commit 60f2b63

Please sign in to comment.