Category Manager "Move Into" function uses reverse order. Category Manager "Move Into" function uses reverse order.
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Category Manager "Move Into" function uses reverse order.

Started by JasonB, July 17, 2005, 04:48:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JasonB

First, I've only noticed this in 1.4.1 beta, so I'm not positive if this behaved the same way in earlier versions or not.  However, I'll "assume" that it did and present the request based on that.

Let's say I have the following 4 categories:

1
2
3

A

If I move 1, 2, and 3 into A (in that order) what I'll end up with is:

A 3
A 2
A 1

It adds the newly moved category into the container category by prepending those that have been added to the list.  So, if I want to move them all into A, and maintain the "1 2 3" order, I have to move 3, 2, then 1 into A.

I suggest changing this so that when you move one category into another, the newly moved category gets put at the bottom of the list, rather than the top.