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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.