Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #150 from symfony-cmf/link_type_auto
Browse files Browse the repository at this point in the history
[WIP] make the link type optional
  • Loading branch information
lsmith77 committed Oct 11, 2013
2 parents 33825d8 + 959213b commit 5805879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Admin/AbstractMenuNodeAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ protected function configureFormFields(FormMapper $formMapper)
'content' => array('content', 'doctrine_phpcr_odm_tree'),
),
'empty_value' => 'auto',
'required' => false
))
->add('route', 'text', array('required' => false))
->add('uri', 'text', array('required' => false))
Expand Down

0 comments on commit 5805879

Please sign in to comment.