Closed (works as designed)
Project:
Media Revisions UI
Version:
2.1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2022 at 16:26 UTC
Updated:
12 Sep 2022 at 08:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nmatja commentedHi, while testing all the revisions were created as expected please find attached image. I made 3 changes to the media content, adding custom revision comments.
I was not able to replicate the error. Can you please provide additional steps or information?
Comment #3
dianacastillo commentedwhen i create the content at first it has two rows created . image attached
and in the database its created twice as well
Comment #4
dianacastillo commentedComment #5
dianacastillo commentedI narrowed this down to being something that is created when i add a group with the groupmedia module . when i dont add a group there is only one revision initially . this is my issue in there https://www.drupal.org/project/groupmedia/issues/3308946
Comment #6
bcizej commentedHi @dianacastillo, this module does not perform save operations on its own ie. through hooks/event subscribers. Only if you use the revert revision operation through UI.
So if there are incorrect number of revisions, there must be, as you figured it out, another module that is causing save operations and creating revisions.