Prototype of a new label picker
authorAlexander Ebert <ebert@woltlab.com>
Thu, 21 Sep 2023 15:49:02 +0000 (17:49 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 5 Oct 2023 15:22:51 +0000 (17:22 +0200)
commitdc899debfc0089843ef5c1ddd1822071bcbfe53c
tree526c92c9b59bd83d33ef820e7d2ccbfcbbd85e97
parent28a30e916c4a422cbde7c7f89846588342ba378f
Prototype of a new label picker
com.woltlab.wcf/templates/articleAdd.tpl
ts/WoltLabSuite/WebComponent/index.ts
ts/WoltLabSuite/WebComponent/woltlab-core-label-picker.ts [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/WebComponent.min.js
wcfsetup/install/files/lib/acp/form/ArticleAddForm.class.php
wcfsetup/install/files/lib/data/article/category/ArticleCategory.class.php
wcfsetup/install/files/lib/data/label/Label.class.php
wcfsetup/install/files/lib/data/label/group/ViewableLabelGroup.class.php
wcfsetup/install/files/lib/system/label/LabelHandler.class.php
wcfsetup/install/files/lib/system/label/LabelPicker.class.php [new file with mode: 0644]