- last update
almost 2 years ago 78 pass, 8 fail - @basvredeling opened merge request.
- Status changed to Needs review
almost 2 years ago 10:13am 4 May 2023 - 🇳🇱Netherlands basvredeling Amsterdam
- 🇫🇷France Paulmicha Porto Alegre, RS, Brasil
On top of
$entity->setRevisionUserId($this->currentUser->id());
it also needs a$entity->setRevisionCreationTime(time());
otherwise the revision is stuck on the previous modification date.