Actions
Bug #338
closedClicking on the edit icon of an alias doesn't open the edit page of the selected alias.
Start date:
02/06/2010
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
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".
Actions