Properly show the label form field's selection if it has a value upon load
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 30 Jul 2021 08:27:05 +0000 (10:27 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 30 Jul 2021 12:35:58 +0000 (14:35 +0200)
commit766234f6f85dac0e4f4350efa9bb8948bca19c79
tree28c9f602281f516299a6ec36c52e2c6f85bf9e8d
parentdf08e82c29180bf40ba926785d9d0164c1675419
Properly show the label form field's selection if it has a value upon load

This got broken during the TypeScript migration, because the constructor's
`labelId` parameter is typed as string, but in reality it was passed an
integer. This broke a `===` comparison with the `data-label-id` property of the
list items, thus failing to properly select the label.
com.woltlab.wcf/templates/__labelFormField.tpl
wcfsetup/install/files/acp/templates/__labelFormField.tpl