Ticket #455 (closed defect: fixed)

Opened 2 years ago

Last modified 21 months ago

Bug in changing feed ordering

Reported by: spetersen Owned by: mbonetti
Priority: normal Milestone:
Component: BUGS Version: 0.5.5
Severity: normal Keywords: order absoluteordering channels
Cc:

Description

When changing the order of channels (feeds) in the admin pages, there are times when a feed just will not move. I tracked this down to the SQL Query that finds the previous or next item in admin/channels.php. Currently the query used will find the two items in the channels table that are closest numerically by the position field to the item that is being adjusted. Unfortunately, because the position field is not contiguous for a particular folder, both items may be after or both before the changed item.

Change History

Changed 2 years ago by spetersen

Fixed in the Postgresql branch by [1635]

Changed 21 months ago by spetersen

Bump

Marco, any chance you can apply this change in the trunk? I notice there is at least one other ticket that is a duplicate of this one. (i.e. #288) If you say, go ahead, I will apply it myself.

Changed 21 months ago by spetersen

  • status changed from new to closed
  • version set to 0.5.5
  • resolution set to fixed

Fixed in trunk by [1678]

Note: See TracTickets for help on using tickets.