Issue Details (XML | Word | Printable)

Key: ABICLOUD-42
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Oliver Fernandez
Reporter: Eric Ros
Votes: 0
Watchers: 0
Operations

Email this issue
Send issue summary in email
If you were logged in you would be able to see more operations.
Abiquo

Arbitrary IP order

Created: 09/Jun/09 05:42 PM   Updated: 03/Sep/09 01:11 PM   Resolved: 16/Jun/09 05:13 PM
Component/s: User Interface
Affects Version/s: abiCloud-0.7.0
Fix Version/s: abiCloud-0.7.1

Time Tracking:
Not Specified

File Attachments: 1. JPEG File arbitrary_ip_order.jpg (41 kB) 09/Jun/09 05:42 PM - Eric Ros



 Description  « Hide
In Infrastructure --> Manage Public IP:

The IP order seems to be arbitrary when ordering by Mask, Purchased by or Quarantine (even when all the values in these columns are same).

See attachment.

Xavier Fernandez added a comment - 12/Jun/09 10:20 AM
Hi Oliver

I think that Eric wants to say that if you oder by Mask (For example) the IP order should exists too (allways)

Example:

The list:

10.0.0.1 22
10.0.0.2 24
10.0.0.3 23
10.0.0.4 23

Current posible ordenation by mask (the mask ordenation is ok, but not the IP, that it's the important field in this functioanlity)

10.0.0.2 24
10.0.0.4 23
10.0.0.3 23
10.0.0.1 22

The wish (The mask ordenation is ok and the IP is ascending ordered)

10.0.0.2 24
10.0.0.3 23
10.0.0.4 23
10.0.0.1 22

Eric, it's OK?

I think that the solution is on Query Creation. We need to add always in the ORDER BY anotation the IP (At the end, if it isn't the selected order component)


Eric Ros added a comment - 12/Jun/09 03:39 PM
Yes, this is exactly what I mean. IP list should maintain an order as Xavier said.

Oliver Fernandez added a comment - 16/Jun/09 05:13 PM
Fixed in server side.

Now, the IP List will always be retrieved orderer by IP field