Announcement

Symphony's issue tracker has been moved to Github.

Issues are displayed here for reference only and cannot be created or edited.

Browse

Closed#122: Broken param output for fields that store multiple values

If a field returned an array from the call to Field::getParameterPoolValue(), the param value available to the XSLT would be an empty string.

E.G.

array(
    0 => 123,
    1 => 342
);

would get nested inside another array when added to the param pool variable, and end up producing an empty string instead of ‘123, 342’

This was a particular problem for Select Box and Select Box Link fields that allow multiple selection.

Fixed a problem with Param Output. If a field returned an array from the call to Field::getParameterPoolValue(), the param value available to the XSLT would be an empty string. Closed by d287f766f125b7215460827e870d42db8b7ecc32

This issue is closed.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details