Skip to content
  1. Feb 06, 2017
  2. Feb 03, 2017
  3. Jan 26, 2017
  4. Jan 23, 2017
  5. Jan 17, 2017
  6. Jan 16, 2017
  7. Jan 11, 2017
    • Marc Addeo's avatar
      Call setItem when instantiating if there is a value · 601f67a3
      Marc Addeo authored
      This fixes the issue where when you hit "Add another item" it was wiping
      out the previous item(s). This fixes that by checking if the field has a
      value associated already with it, if it does we call setItem to render
      the video field correctly.
      601f67a3
    • Marc Addeo's avatar
      Correctly get the field id base · 5eb21df3
      Marc Addeo authored
      Using the id doesn't work because when you hit "Add another item" it
      updates the fields id to look something like
      `field-edit-video-0-item-select--xAssAssAss` where the last bit is a
      generated token for the ajaxy stuffs.
      
      So we use the drupal-selector instead and strip out the known part.
      5eb21df3
  8. Jan 10, 2017
  9. Dec 22, 2016
  10. Dec 21, 2016
  11. Dec 16, 2016
  12. Dec 09, 2016
  13. Dec 07, 2016
  14. Dec 05, 2016
  15. Nov 30, 2016
  16. Nov 29, 2016
  17. Nov 10, 2009