mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04: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');
|
||||
|
||||
const CreateCustomFieldPopup = BlazeComponent.extendComponent({
|
||||
_types: ['text', 'number', 'date', 'dropdown', 'currency'],
|
||||
_types: ['text', 'number', 'date', 'dropdown', 'currency', 'checkbox'],
|
||||
|
||||
_currencyList: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue