mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Add checkbox as an option to custom field create dialog
This commit is contained in:
parent
550f7201bb
commit
f8f14613f9
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ BlazeComponent.extendComponent({
|
||||||
}).register('customFieldsSidebar');
|
}).register('customFieldsSidebar');
|
||||||
|
|
||||||
const CreateCustomFieldPopup = BlazeComponent.extendComponent({
|
const CreateCustomFieldPopup = BlazeComponent.extendComponent({
|
||||||
_types: ['text', 'number', 'date', 'dropdown', 'currency'],
|
_types: ['text', 'number', 'date', 'dropdown', 'currency', 'checkbox'],
|
||||||
|
|
||||||
_currencyList: [
|
_currencyList: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue