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

Implement clear precedence between SelectedID and SelectedValue in BuildSelection #3850

Closed stefanhaerter closed 1 month ago

stefanhaerter commented 1 month ago

At the moment, when passing both SelectedID and SelectedValue to Kernel::Output::HTML::Layout::BuildSelection(), in singleselect case the entity with the higher data ID wins and in multiselect case, both are used. It would be preferable to implement a clear precedence between the two attributes.

stefanhaerter commented 1 month ago

closed with merging #3864