Difference between revisions of "Issue:Order by title does not properly sort in descending"

From FollowTheScore
Jump to: navigation, search
(Initial report of apparent bug.)
 
(updated to correct version that I identified this issue in...)
Line 2: Line 2:
 
  |Type        = Bug
 
  |Type        = Bug
 
  |Extension  = DPL
 
  |Extension  = DPL
  |Version    = 0.9.1
+
  |Version    = 1.6.4
 
  |Description = Editing Order by title does not properly sort in descending
 
  |Description = Editing Order by title does not properly sort in descending
 
  |Status      = open
 
  |Status      = open

Revision as of 08:24, 16 January 2008

Description: Editing Order by title does not properly sort in descending
Extension / Version: DPL   /   1.6.4
Type / Status: Bug   /   open

Problem

The order=descending parameter just seems ignored. My example is the following:

  namespace=Logs
  count=7
  resultsheader=Logs from last week
  order=descending
  ordermethod=title
  shownamespace=false
 ...I get the list ordered ascending. Interestingly, if I add:
  addlasteditor=true
 ...then it seems to sort properly. This seems like a bug to me.
 I can resolve by adding the above and then forcing the format like so:
 format   = ,\n* %TITLE%,,
 ...but this seems like it should be unnecessary.

Reply