Make a synopsis field available to the Event edit form. Fixes bug #11190

This commit is contained in:
Colin Kuskie 2009-11-02 10:52:01 -08:00
parent 37689843a3
commit baf9f3c700
4 changed files with 14 additions and 0 deletions

View file

@ -21,6 +21,7 @@ our $HELP = {
'required' => 1,
},
{ 'name' => 'formMenuTitle', },
{ 'name' => 'formSynopsis', },
{ 'name' => 'formLocation', },
{ 'name' => 'formDescription', },
{ 'name' => 'formGroupToView', },