Skip to content
  1. Jul 28, 2023
  2. Jun 01, 2023
  3. Feb 03, 2023
  4. Jan 17, 2023
  5. Dec 30, 2022
  6. Dec 02, 2022
  7. Nov 15, 2022
  8. 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
  9. Apr 07, 2021
  10. Mar 18, 2021
  11. Mar 17, 2021
  12. Jun 19, 2020
  13. May 15, 2020
  14. May 06, 2020
  15. May 01, 2020
  16. Apr 28, 2020
  17. Apr 17, 2020
  18. Apr 16, 2020
  19. Apr 09, 2020
  20. Mar 20, 2020