summaryrefslogtreecommitdiffstats
path: root/models/customFields.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix: Unable to delete a custom field in a board.Lauri Ojansivu2020-06-161-7/+5
| | | | | | Thanks to xet7 ! Fixes #2605
* use `Intl.NumberFormat` to format currencyHaben Amare2020-05-251-1/+1
|
* add the 'currency' custom field typeHaben Amare2020-05-251-1/+5
|
* Fixes #2596 incorrect date types for created & updatedJustin Reynolds2019-09-051-0/+2
|
* Updated insert action for CustomFields APIJames Byrne2019-08-121-1/+2
|
* Outgoing Webhooks setCustomField: Add board name, card name, custom field ↵Lauri Ojansivu2019-07-101-2/+6
| | | | | | | | name to be visible. Still missing: custom field value, list name, swimlane name. Thanks to xet7 !
* Prettier & eslint project style updateJustin Reynolds2019-06-281-18/+13
|
* Add createdAt and modifiedAt to all collectionsJustin Reynolds2019-06-271-116/+181
|
* - Fix Outgoing Webhook messages for Checlists, Checklist Items, Card ↵Lauri Ojansivu2019-06-271-0/+27
| | | | | | | | | | comments, Add/Remove CustomField to board. Not yet fixed is Outgoing Webhook message about setting CustomField value. Thanks to xet7 ! Related #1969
* - Fix card copy & move between boards with customFieldsAndrés Manelli2019-03-161-10/+51
| | | | | | - Fix card copy & move between boards with labels with same name - Fix activities for labels when copying and moving card - Fix activities for customFields when copying and moving card
* Migrate customFieldsAndrés Manelli2019-03-161-5/+5
|
* Performance EnhancementsJustin Reynolds2019-02-281-3/+3
|
* RESTAPI: Add some JSDocBenjamin Tissoires2019-01-181-0/+73
| | | | So we can have a decent REST API documentation generated.
* custom fields upgradeNunes Nelson2018-11-051-0/+8
|
* models: customFields: fix GET apiBenjamin Tissoires2018-10-231-1/+7
| | | | | | | Calling GET on /api/board/XXXX/customfields returns a 500 error: TypeError: Converting circular structure to JSON
* patch for customFields when deleting themguillaume2018-10-121-0/+6
|
* linter correctionsIgnatz2018-05-181-9/+9
|
* removing checkbox typeIgnatzHome2018-05-171-1/+1
|
* dropdown itemsPouyan Savoli2017-09-221-0/+19
|
* many custom fields model and UI enhancementsPouyan Savoli2017-09-221-12/+9
|
* Create custom fields creation UI added to Board Menu, Model in progressPouyan Savoli2017-09-221-0/+116