Login!
Lost password?
 

MODx Bug/Feature Tracker and Feature Requests

Welcome to the MODx CMS Tracker. Please choose the appropriate project from the drop down menu and provide as much information as possible regarding your server environment and browser. Thanks!

FS#985 — View Children Document Data Tab shows duplicate pages

Attached to Project — MODx
Opened by Matthew Pietz (sirlancelot) - Monday, 10 December 2007, 12:09PM
Last edited by Matthew Pietz (sirlancelot) - Monday, 31 December 2007, 01:18PM
Task Type Bug Report
Category Core Distribution
Status Closed
Assigned To Matthew Pietz (sirlancelot)
Operating System All
Severity Medium
Priority Normal
Reported Version 0.9.6.1
Due in Version 0.9.6.2
Due Date Undecided
Percent Complete 100%

Details

The View Children query does not use "SELECT DISTINCT" which will cause each document to be duplicated as many times as there are document groups assigned to it.

Files affected:
manager/actions/document_data.static.php
This task depends upon

This task blocks these from closing
Closed by  Brunaud (coroico)
Friday, 09 May 2008, 08:29AM
Reason for closing:  Fixed
Comment by Matthew Pietz (sirlancelot) - Monday, 31 December 2007, 01:18PM
  • Field changed: Status (Implementing → Requires testing)
  • Field changed: Percent Complete (0% → 100%)
Fixed in r3278
http://svn.modxcms.com/crucible/changelog/MODx/?cs=3278

Comment by Brunaud (coroico) - Friday, 09 May 2008, 08:28AM
Tests done with SVN3697: Link a child document to two different document groups and check that the document appears only once in the children list of his document father. OK The same test with MODx0.9.6.1p2 lists the child documents twice.