Merge pull request #1041 from josepfo/feat/manual-entry-populate-existing-requirement

feat: enable custom entries and custom information requirements
This commit is contained in:
Rafael Taranto 2022-01-18 19:15:14 +00:00 committed by GitHub
commit abcce7ff06
11 changed files with 525 additions and 192 deletions

View file

@ -993,6 +993,7 @@ function addCustomField (customerId, label, value) {
}
})
)
.then(res => !_.isNil(res))
}
function saveCustomField (customerId, fieldId, newValue) {