Initial work on import of custom fields from Trello

* start adding import functionality
* Add checkbox type to customFields
This commit is contained in:
John R. Supplee 2021-01-18 16:41:35 +02:00
parent 93a3fa9c75
commit c89a0eb694
4 changed files with 59 additions and 2 deletions

View file

@ -52,6 +52,17 @@ template(name="cardCustomField-number")
if value
= value
template(name="cardCustomField-checkbox")
if canModifyCard
+inlinedForm(classNames="js-card-customfield-checkbox")
input(type="checkbox" value=data.value)
.edit-controls.clearfix
button.primary(type="submit") {{_ 'save'}}
a.fa.fa-times-thin.js-close-inlined-form
else
if value
= value
template(name="cardCustomField-currency")
if canModifyCard
+inlinedForm(classNames="js-card-customfield-currency")