- last update
over 1 year ago 78 pass, 8 fail - @basvredeling opened merge request.
- Status changed to Needs review
over 1 year ago 10:13am 4 May 2023 - 🇳🇱Netherlands basvredeling Amsterdam
When using quick edit to make changes on a revisionable node, the author of the quick edit revision is wrong.
In QuickEditFieldForm.php in the init function where the entity is prepared with $entity->setNewRevision($node_type->shouldCreateNewRevision());
another call is needed after to set the revision's user id $entity->setRevisionUserId($this->currentUser->id());
.
Needs review
1.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.