openhab / openhab-webui

Web UIs of openHAB
Eclipse Public License 2.0
218 stars 239 forks source link

Sorting things alphabetically does not do a two level sort #1511

Open spacemanspiff2007 opened 1 year ago

spacemanspiff2007 commented 1 year ago

Maybe related to #792

The problem

Sorting things alphabetically only considers the first character. Things are not sorted alphabetically inside the character view. e.g.

Shelly
Squeezebox
Shelly

grafik

Expected behavior

When grouped by first character things should be fully sorted alphabetically, e.g.

Shelly
Shelly
Squeezebox

Steps to reproduce

Have different things with the same first character

Your environment

runtimeInfo:
  version: 3.3.0
  buildString: Release Build
locale: de-DE
rkoshak commented 1 year ago

This may be solved now as reported in issue #1673.