An error occurred fetching the project authors.
  1. 22 Jun, 2009 1 commit
  2. 29 May, 2009 1 commit
  3. 11 May, 2009 2 commits
  4. 27 Apr, 2009 1 commit
  5. 19 Jan, 2009 1 commit
    • Fabien Morin's avatar
      correct a bug that makes the default value of checkbox not working : · c93d0b99
      Fabien Morin authored
      If a CheckBox has never been modified, the default value is 0. 
      If you want the default value to be 1 (modifying the corresponding propertysheet), the DefaultValue method always return 0, even if 1 is in the propertysheet defined for the field (because of the condition "if value not in (None, ''); value = ob.getProperty(self.key, d=value)". So it was impossible to use the propertysheet to defined a default checked checkbox (the hack was to use tales).
      With this new class, it's now possible to use propertysheet to have a checked default value on a CheckBox.
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25166 20353a03-c40f-0410-a6d1-a30d3c3de9de
      c93d0b99
  6. 10 Oct, 2008 1 commit
  7. 15 May, 2008 1 commit
  8. 24 Apr, 2008 1 commit
  9. 31 Mar, 2008 1 commit
  10. 10 Mar, 2008 1 commit
  11. 29 Feb, 2008 1 commit
  12. 05 Feb, 2008 3 commits
  13. 16 Jan, 2008 1 commit
  14. 05 Dec, 2007 1 commit
  15. 14 Nov, 2007 1 commit
  16. 12 Nov, 2007 1 commit
  17. 26 Oct, 2007 1 commit
  18. 17 Oct, 2007 1 commit
  19. 15 Oct, 2007 2 commits
  20. 05 Oct, 2007 2 commits
  21. 02 Oct, 2007 2 commits
  22. 01 Oct, 2007 1 commit
  23. 28 Sep, 2007 1 commit
  24. 27 Sep, 2007 3 commits
  25. 24 Sep, 2007 1 commit
  26. 21 Sep, 2007 1 commit
  27. 20 Sep, 2007 3 commits
  28. 17 Sep, 2007 1 commit
  29. 12 Sep, 2007 1 commit
  30. 27 Aug, 2007 1 commit