Skip to content

Commit

Permalink
Output the Taglist values correctly as output parameters. Fixes #1241
Browse files Browse the repository at this point in the history
  • Loading branch information
brendo committed Apr 14, 2012
1 parent e3ca1c8 commit a1ccf64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions symphony/lib/toolkit/fields/field.taglist.php
Expand Up @@ -254,6 +254,10 @@ public function prepareTableValue($data, XMLElement $link=NULL, $entry_id = null
return parent::prepareTableValue(array('value' => General::sanitize($value)), $link, $entry_id = null);
}

public function getParameterPoolValue($data, $entry_id = null) {
return $data['handle'];
}

/*-------------------------------------------------------------------------
Filtering:
-------------------------------------------------------------------------*/
Expand Down

0 comments on commit a1ccf64

Please sign in to comment.