Update Story to use awesome new Keywords

This commit is contained in:
Colin Kuskie 2009-04-08 16:41:51 +00:00
parent 4c1307e3d0
commit cecfff40fe
2 changed files with 3 additions and 3 deletions

View file

@ -335,7 +335,7 @@ sub getEditForm {
name => 'location',
value => $form->get('location') || $self->get('location')
} ),
keywordsForm => WebGUI::Form::text($session, {
keywordsForm => WebGUI::Form::keywords($session, {
name => 'keywords',
value => $form->get('keywords') || WebGUI::Keyword->new($session)->getKeywordsForAsset({ asset => $self })
} ),