Ticket #455 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
