forum.coppermine-gallery.net

No Support => Feature requests => Scheduled for cpg1.5.x => Topic started by: JasonB on July 17, 2005, 04:48:52 pm

Title: Category Manager "Move Into" function uses reverse order.
Post by: JasonB on July 17, 2005, 04:48:52 pm
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.