1. 04 Sep, 2015 3 commits
  2. 06 Aug, 2015 2 commits
  3. 05 Aug, 2015 1 commit
  4. 04 Aug, 2015 1 commit
  5. 30 Jul, 2015 1 commit
  6. 27 Jul, 2015 1 commit
  7. 24 Jul, 2015 2 commits
  8. 01 Jul, 2015 1 commit
  9. 15 Jun, 2015 1 commit
  10. 12 Jun, 2015 14 commits
  11. 11 Jun, 2015 4 commits
  12. 10 Jun, 2015 7 commits
  13. 09 Jun, 2015 2 commits
    • Kazuhiko Shiozaki's avatar
      7775c2dc
    • Sebastien Robin's avatar
      ERP5Form: relation fields must reindex when updating documents · 27052298
      Sebastien Robin authored
      Before, reindex was not called when you changed only a [Multi] relation field. So
      it was possible to have SQL data not up to date after a change by user.
      
      Though, most of the time this was not an issue. Usually relation fields
      calls Base_edit. And even if there is no change and no reindex done by edit itself, since we
      often have edit_workflow associated to documents, we usually have a reindexing.
      
      But since we should keep the usage of edit_workflow optional, we have to call proper
      setter to make sure to have updated SQL data.
      27052298