1. 17 Jun, 2015 4 commits
  2. 16 Jun, 2015 4 commits
  3. 15 Jun, 2015 5 commits
  4. 12 Jun, 2015 14 commits
  5. 11 Jun, 2015 4 commits
  6. 10 Jun, 2015 7 commits
  7. 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