Skip to content

Commit

Permalink
Update sofia.db.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk committed Jun 27, 2016
1 parent e8cf67b commit 2f3f884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/assets/js/sofia.db.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ S.db.fiches = {
type : "action",
action : "autoMergeConflict",
message : "Conflict detected locally and merged !",
diff : objectDiff.diff(o, ret),
/* diff : objectDiff.diff(o, ret), */ //Take too much space
diff : objectDiff.diff(o.patient, ret.patient), //Let inclusive but show if important information has been changed
timestamp : Date.now(),
user : S.user._current.name
});
Expand Down

0 comments on commit 2f3f884

Please sign in to comment.