SAP / openui5

OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice.
http://openui5.org
Apache License 2.0
2.97k stars 1.24k forks source link

Sort order of groups when grouping the samples by release in the UI5 explored page #3662

Closed ghost closed 1 year ago

ghost commented 1 year ago

OpenUI5 version: >= 1.100

Browser/version (+device/version): All

URL (minimal example if possible): https://sapui5.hana.ondemand.com/#/controls

Steps to reproduce the problem:

  1. Open view settings
  2. Switch to Group
  3. Group By "Release"
  4. Press "OK"

What is the expected result? List is sorted by release NUMBER (1.0, ... 1.99, 1.100, ...)

What happens instead? List is sorted by release STRING (1.0, 1.10, 1.100, 1.101, 1.108, 1.11, ..., 1.99)

Any other information? (attach screenshot if possible)

image

NHristov-sap commented 1 year ago

Hello @OTTOxMarc ,

Thank you for sharing this finding. I've created an internal incident 2280189629. The status of the issue will be updated here in GitHub.

Best Regards, Nikolay Hristov

jdichev commented 1 year ago

Raised as enhancement request covered in backlog item BGSOFUIPIRIN-6002.

yanaminkova commented 1 year ago

Hello @OTTOxMarc,

We have introduced the following change: https://github.com/SAP/openui5/commit/788f996a664f26cb4ab97f0ba00735dcd20c2af9 ,which fixes the issue.

Thanks and Kind regards, Yana