mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Merge pull request #3472 from jrsupplee/patch-1
Add checkbox as an option to custom field create dialog
This commit is contained in:
commit
81d496bac7
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