Skip to content

separated lastUpdatedBlock in two independant variables

Antoine Estienne requested to merge fixLastUpdatedBlockLogic into master

BugFix Merge Request

Related Issue

resolves #417 (closed)

Description of Bug and Fix

solves two things:

  • block is not saved as updated if there are no new events
  • concepts and assessments have different block 'lastUpdatedAt', because one call could work and not the other

Merge request reports