View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0001274 | v3.0 Release | [All Projects] General | public | 2013-03-04 07:44 | 2013-08-28 11:17 | ||||
Reporter | carlosazevedo | ||||||||
Assigned To | caseydk | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | 3.0.0 | |||||||
Summary | 0001274: FIX: No or only some files show up in the 'Folder Explorer' tab | ||||||||
Description | The code incorrectly attempts to filter the rows by category. The fix involves changing this in the file 'cleanup_functions.php' in 'includes': + if (($tab >= 0) and ((count($file_types) - 1) > $tab)) { - if ($tab >= 0) { $q->addWhere('file_category = ' . (int)$tab); } + if (($tab >= 0) and ((count($file_types) - 1) > $tab)) { - if ($tab >= 0) { $qv->addWhere('file_category = ' . (int)$tab); } | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
caseydk (administrator) 2013-03-04 22:52 |
Resolved as described: https://github.com/web2project/web2project/commit/88722d1e54e94d1b6cb1bd6bcd6e46152965a0b4 |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-03-04 07:44 | carlosazevedo | New Issue | |
2013-03-04 22:52 | caseydk | Note Added: 0002840 | |
2013-03-04 22:52 | caseydk | Status | new => resolved |
2013-03-04 22:52 | caseydk | Resolution | open => fixed |
2013-03-04 22:52 | caseydk | Assigned To | => caseydk |
2013-08-28 11:14 | caseydk | Fixed in Version | => 3.0.0 |
2013-08-28 11:17 | caseydk | Status | resolved => closed |