Closed sharrisoncaktus closed 5 years ago
Several fields should not be required in the create member workflow:
In addition to setting require=False, the VMI app doesn't like empty fields, so we only post values that are non-empty.
require=False
Tests adjusted to accommodate the new optional nature of these fields.
Several fields should not be required in the create member workflow:
In addition to setting
require=False
, the VMI app doesn't like empty fields, so we only post values that are non-empty.Tests adjusted to accommodate the new optional nature of these fields.