Bug #338
closedClicking on the edit icon of an alias doesn't open the edit page of the selected alias.
100%
Description
If you don't add your aliases in alphabetical order, then the links associated to edit icons don't map to the right alias.
It looks like the ID of an alias follow the order in which aliases have been added, but IDs used in links depends on the alphabetical order of aliases.
Problem seen on the following build:
2.0-BETA1
built on Sat Feb 6 03:25:38 EST 2010
Steps to reproduce:
- Add an alias named "XYZ".
- Then add an alias named "ABC".
- If you click on the edit icon for the alias "ABC": You are moved to the edit page of the alias "XYZ".
- If you click on the edit icon for the alias "XYZ": You are moved to the edit page of the alias "ABC".
Updated by Pierre POMES almost 15 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Updated by Chris Buechler almost 15 years ago
Jocelyn - can you verify this fix please? I haven't been able to replicate it as easily as shown in the post, doing exactly that leaves me with properly functioning edits somehow, though there was an apparent issue.
Updated by Jocelyn Le Sage almost 15 years ago
It is fixed in 2.0-BETA1 built on Mon Feb 8 22:55:50 EST 2010. Edit buttons now map to the right aliases (note that aliases are no longer displayed in alphabetical order).
Updated by Ermal Luçi almost 15 years ago
I committed a patch to restore sorting of aliases again.
Please test and report if the previous sorting behaviour is ok to close this ticket.
Updated by Jocelyn Le Sage almost 15 years ago
With 2.0-BETA1-20100209-1409, aliases are still not sorted. They still appear in the order in which I created them.
Updated by Chris Buechler almost 15 years ago
- Status changed from Feedback to Resolved
On Sat Feb 20 09:38:01 EST 2010 snapshot, aliases are properly sorted, and edit pages are all correct.