Numbered attributes not showing up in TRUE numerical order; should be at least
an option.
-----------------------------------------------------------------------------------------
Key: DIRSTUDIO-662
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-662
Project: Directory Studio
Issue Type: Improvement
Components: studio-ldapbrowser
Affects Versions: 1.5.3
Environment: Apple OS X 10.6.3
Reporter: gropefruit
Priority: Minor
Fix For: 1.5.4, 1.5.3
Some attributes, when housing multiple values, are numbered:
{0} value
{1} value
...
...
Though when you get up to multiple digit-numbers, the numerical ordering gets
out of hand:
{0} <value>
{1} <value>
{10} <value>
{11} <value>
{2} <value>
{3} <value>
...
...
An option should at least exist to allow attributes to be returned in TRUE
numerical order:
{0} <value>
{1} <value>
{2} <value>
{3} <value>
...
..
{10} <value>
{11} <value>
..
..
I do not believe this is a bug, yet I do not believe it should be a feature
request. Therefore, I feel this should be listed as an IMPROVEMENT.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.