Update Story to use awesome new Keywords
This commit is contained in:
parent
4c1307e3d0
commit
cecfff40fe
2 changed files with 3 additions and 3 deletions
|
|
@ -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 })
|
||||
} ),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue