Skip to content

Commit

Permalink
NavigationConfigForm: Do not disable the hidden type field
Browse files Browse the repository at this point in the history
refs #10246
  • Loading branch information
Johannes Meyer committed Sep 30, 2015
1 parent ddeed57 commit 915b559
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/forms/Navigation/NavigationConfigForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,7 @@ public function createElements(array $formData)
'hidden',
'type',
array(
'disabled' => true,
'value' => $itemType
'value' => $itemType
)
);
} else {
Expand Down

0 comments on commit 915b559

Please sign in to comment.