Skip to content
  1. Jan 17, 2023
  2. Dec 30, 2022
  3. Dec 02, 2022
  4. Nov 15, 2022
  5. Apr 24, 2022
    • Kasper Garnæs's avatar
      Ensure #attributes for components is always an array · af4eeb62
      Kasper Garnæs authored
      We have seen situations for current installs where #attributes is
      stored as an empty string in the data base. This may be the result of
      A bad upgrade path or the like. We do not know.
      
      When upgrading to PHP 7.4 this results in errors “Cannot use string 
      offset as an array” when rendering the affected components.
      
      Updating each component through the admin interface fixes this but it
      is unreasonable to require editors to do this for all webforms. 
      
      To address this we ensure #attributes default to an empty array.
      
      Another option might be an update hook going through all components.
      af4eeb62
  6. Apr 07, 2021
  7. Mar 18, 2021
  8. Mar 17, 2021
  9. Jun 19, 2020
  10. May 15, 2020
  11. May 06, 2020
  12. May 01, 2020
  13. Apr 28, 2020
  14. Apr 17, 2020
  15. Apr 16, 2020
  16. Apr 09, 2020
  17. Mar 20, 2020
  18. Feb 28, 2020
  19. Feb 07, 2020