- Sep 14, 2020
-
-
totten authored
Phpcs fix See merge request extensions/afform!30
-
- Sep 10, 2020
- Sep 09, 2020
- Jul 17, 2020
-
-
colemanw authored
-
- Feb 12, 2020
-
-
colemanw authored
-
- Feb 01, 2020
-
-
colemanw authored
-
- Jan 31, 2020
- Jan 17, 2020
-
- Jan 16, 2020
-
-
colemanw authored
Civi 5.23 changes boolean options to be real true and false instead of '1' and '0' so added version bump to keep in step.
-
colemanw authored
The afField.getOptions function was causing infinite recursion by recreating the boolean options array every time. Passing this variable by refernce solves the problem, and adding "track by" to the ng-repeat follows best-practices for efficiency.
-
- Jan 10, 2020
-
-
colemanw authored
Reinstate parsing of data from the form See merge request extensions/afform!26
-
eileen authored
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
-
eileen authored
Arguably afform still works on older versions but breaking changes have happened & if people use it on older you want a buyer-beware type feeling
-
- Jan 09, 2020
-
- Jan 08, 2020
- Jan 07, 2020
- Jan 06, 2020
-
-
colemanw authored
-
- Jan 05, 2020
- Jan 04, 2020
-
-
colemanw authored
-
colemanw authored
Implement Blocks for contact-related entities See merge request extensions/afform!20
-
colemanw authored
-
colemanw authored
-
colemanw authored
-
colemanw authored
-
colemanw authored
Also adds per-contact-type default name blocks.
-
colemanw authored
This allows mix-n-match between blocks and repeatable things, allowing entity fieldsets to be repeated, as well as arbitrary non-repeatable blocks.
-