Skip to content

Get rid of the use of `reversion.create_revision`

David Larlet requested to merge reversion-without-contextprocessor into preprod

Thanks to !62 (merged) we now better understand how the third party module works:

  • we don't really need to create a revision given that we actually override the current one with our custom comment
  • we don't have to set the user as it is automatically set by the lib

Merge request reports