afform_html - Split main screen into two smaller components
authorTim Otten <totten@civicrm.org>
Sun, 5 May 2019 22:54:24 +0000 (15:54 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:18 +0000 (19:13 -0700)
commitfc2cb8641c85e30f5b0de1dc5bb7f020cdb67558
treefae59ebb0c2791cf07636daebdc45cea16c91517
parent6cb689b30ebebd0cbcf13aef57d3d822d7eeb231
afform_html - Split main screen into two smaller components

* Before: `afformHtmlEditor` contains list and edit screens
* After: `afformHtmlEditor` contains just the edit screen
* After: `afforHtmlList` contains just the list screen
* After: `afforHtmlAdmin` delegates to `afforHtmlList` and `afformHtmlEditor`
ext/afform/html/ang/afformHtmlAdmin.aff.html [new file with mode: 0644]
ext/afform/html/ang/afformHtmlAdmin.aff.json [new file with mode: 0644]
ext/afform/html/ang/afformHtmlEditor.aff.html
ext/afform/html/ang/afformHtmlEditor.aff.json
ext/afform/html/ang/afformHtmlList.aff.html [new file with mode: 0644]
ext/afform/html/ang/afformHtmlList.aff.json [new file with mode: 0644]