Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-19205

attribute(show,4) level not working

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • 2012.1
    • None

    Description

      The level parameter in an attribute(show,4) for ex is not working.
      This is because in eztemplateattributeoperator.php on line 115 the last paramter "$txt" is wrong.
      $this->displayVariable( $item, $formatter, $showValues, $max, $level + 1, $txt );
      It must be changed to "$outputString" to make the level paramter working.
      $this->displayVariable( $item, $formatter, $showValues, $max, $level + 1, $outputString );

      Attachments

        Activity

          People

            unknown unknown
            philibert philibert
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: