Asset object keys are ordered alphabetically instead of numerically when sorting by key

XMLWordPrintable

    • 1
    • Severity 3 - Minor
    • 1

      Issue Summary

      Asset object keys are ordered alphabetically instead of numerically when sorting by key.

      Steps to Reproduce

      1. 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

            Assignee:
            Rahul Virahaniya
            Reporter:
            Baleshwer Dagar
            Votes:
            3 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: