Reinstate parsing of data from the form
authoreileen <emcnaughton@wikimedia.org>
Fri, 10 Jan 2020 01:09:34 +0000 (14:09 +1300)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:21 +0000 (19:13 -0700)
commit69c2d1a2601dff14a744d21e83ce46f2648c1a51
tree53663314b7d63ed8b04ed9ecc1ce9f8591166864
parent36376a39c63f7da18d1ad81fdcf26c88198ced57
Reinstate parsing of data from the form

This means that data can be set in an embedded form e.g

 <af-entity data='{name_a : options.name_a,  name_b : options.name_b, is_name_b_nickname: options.is_name_b_nickname, is_name_b_inferior: options.is_name_b_inferior}' .... />

In this case the options.name_as comes from the directive that instantiates this afform
ext/afform/core/ang/af/Form.js