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

Collaboration summary view of standard design has wrong page navigation

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 3.10.0
    • 3.10.0beta1, 3.8.9, 3.9.3, 4.0.0trunk
    • None

    Description

      It uses the count of all collaboration items, while only the active ones are shown:

      latest_item_count=fetch("collaboration","item_count")     latest_item_list=fetch("collaboration","item_list",hash("limit",$item_limit,"offset",$offset,"is_active",true()))}
      <code>
      
      first mentioned line should be:
      <code>
      latest_item_count=fetch("collaboration","item_count",hash("is_active",true()))     
      

      This is only wrong in design/standard/templates/collaboration/view/summary.tpl. The template in the admin design seems to be correct.

      Attachments

        Activity

          People

            dp dp
            cyberwolf cyberwolf
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: