-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Assets - Service, performance, functionality
-
None
-
1
-
Severity 3 - Minor
-
1
Issue Summary
Asset object keys are ordered alphabetically instead of numerically when sorting by key.
Steps to Reproduce
- Attempt to sort objects by their object key.
Expected Results
Objects should be ordered numerically by their key values (e.g., A-1, A-2, A-10, A-20).
Actual Results
Objects are sorted alphabetically by key, leading to incorrect ordering like:
A-1, A-10, A-2, A-20, A-3, etc.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available