1. 22 10月, 2019 1 次提交
  2. 10 10月, 2019 2 次提交
  3. 09 10月, 2019 1 次提交
  4. 04 10月, 2019 1 次提交
    • C
      Merge pull request #37353 from... · 579b23cf
      Carlos Antonio da Silva 提交于
      Merge pull request #37353 from lxxxvi/correct-information-about-record-identification-for-form-helper
      
      correct information about record identification in form helper [ci skip]
      579b23cf
  5. 03 10月, 2019 1 次提交
  6. 20 9月, 2019 1 次提交
  7. 17 9月, 2019 1 次提交
  8. 16 9月, 2019 2 次提交
  9. 14 9月, 2019 2 次提交
  10. 05 9月, 2019 2 次提交
  11. 28 8月, 2019 1 次提交
  12. 23 8月, 2019 1 次提交
  13. 20 8月, 2019 2 次提交
  14. 19 8月, 2019 1 次提交
  15. 17 8月, 2019 3 次提交
  16. 16 8月, 2019 2 次提交
  17. 14 8月, 2019 2 次提交
  18. 13 8月, 2019 2 次提交
  19. 07 8月, 2019 1 次提交
  20. 05 8月, 2019 2 次提交
  21. 01 8月, 2019 1 次提交
  22. 31 7月, 2019 1 次提交
  23. 29 7月, 2019 1 次提交
  24. 27 7月, 2019 2 次提交
  25. 24 7月, 2019 1 次提交
  26. 23 7月, 2019 2 次提交
  27. 20 7月, 2019 1 次提交
    • G
      Preserve existing attachment assignment behavior for upgraded apps · 934e201b
      George Claghorn 提交于
      Assigning to a collection of attachments appends rather than replacing, as in 5.2. Existing 5.2 apps that rely on this behavior will no longer break when they're upgraded to 6.0.
      
      For apps generated on 6.0 or newer, assigning replaces the existing attachments in the collection. #attach should be used to add new attachments to the collection without removing existing ones.
      
      I expect that we'll deprecate the old behavior in 6.1.
      
      Closes #36374.
      934e201b