RotherOSS / otobo

OTOBO is one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management. https://otobo.io/
GNU General Public License v3.0
263 stars 75 forks source link

Issue #3719: always sort select options so that empty value, if added… #3891

Closed MichaelThumes closed 6 days ago

MichaelThumes commented 1 month ago

…, always is listed first

Tried hard to find a pure frontend solution but at the frontend we currently do not have enough information to handle this properly, requiring bigger design changes than anticipated.

Thus settled for the "simple" path on the backend changing the sort order for generation of HTML option lists.