update cryptoBalance notification

This commit is contained in:
Josh Harvey 2017-05-29 17:02:29 +01:00
parent 6759bec826
commit e8356c1041
8 changed files with 599 additions and 378 deletions

View file

@ -147,6 +147,7 @@ function validateRequires (config) {
return schema.groups.filter(group => {
return group.fields.some(fieldCode => {
const field = getGroupField(group, fieldCode)
if (!field.fieldValidation.find(r => r.code === 'required')) return false
const refFields = _.map(_.partial(getField, group), field.enabledIf)