232402_test_to_dev #1637

Merged
carlossa merged 27 commits from 232402_test_to_dev into dev 2023-06-26 10:10:54 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 631c0e3121 - Show all commits

View File

@ -117,7 +117,7 @@ export default class Controller extends Section {
const day = 86400 * 1000;
const time = new Date(log.creationDate).getTime();
const prevTime = prevLog && new Date(prevLog.creationDate).getTime();
const userChanged = !prevLog
const userChanged = originChanged
|| log.userFk != prevLog.userFk
|| time < prevTime - day * 2
|| nLogs >= 6;