Skip to content
Snippets Groups Projects
  1. Sep 14, 2020
  2. Sep 10, 2020
  3. Sep 09, 2020
  4. Jul 17, 2020
  5. Feb 12, 2020
  6. Feb 01, 2020
  7. Jan 31, 2020
  8. Jan 17, 2020
  9. Jan 16, 2020
    • colemanw's avatar
      Support is_primary fields and boolean options. · d1cb246f
      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.
      d1cb246f
    • colemanw's avatar
      More efficient select options handling · 7afec9d2
      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.
      7afec9d2
  10. Jan 10, 2020
    • colemanw's avatar
      Merge branch 'master' into 'master' · b0de171a
      colemanw authored
      Reinstate parsing of data from the form
      
      See merge request extensions/afform!26
      b0de171a
    • eileen's avatar
      Reinstate parsing of data from the form · d31206f9
      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
      d31206f9
    • eileen's avatar
      Increment suggested version to reflect info.xml · b17b330a
      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
      b17b330a
  11. Jan 09, 2020
  12. Jan 08, 2020
  13. Jan 07, 2020
  14. Jan 06, 2020
  15. Jan 05, 2020
  16. Jan 04, 2020
Loading