Exporting tracker items does not work when selecting a custom default sort order field
- Status
- Closed
- Subject
- Exporting tracker items does not work when selecting a custom default sort order field
- Version
- 2.x
3.x
4.x - Category
- Error
- Feature
- Database MySQL (MyISAM)
Trackers - Submitted by
- Beestje
- Lastmod by
- sylvie greverend
- Rating
- Description
Exporting a tracker does not work when selecting a custom default sort order field for the tracker.
Fields that do work :
itemId
Created
LastmodifAll other fields will result in a csv file containing the error page html code.
It seems that the order by value in the SQL statement is not properly generated.
File tiki-export_tracker.php
Url tiki-export_tracker.php
Query:
select * from `tiki_tracker_items` tti where tti.`trackerId`=? order by `` descValues:
0 4
Message:Built query was probably:
select * from `tiki_tracker_items` tti where tti.`trackerId`='4' order by `` desc- Solution
- Fixed commit 23593 in 4.1
- Importance
- 7
- Priority
- 35
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 2909
- Created
- Tuesday 01 December, 2009 14:50:02 UTC
by Beestje - LastModif
- Tuesday 01 December, 2009 14:52:44 UTC