Steps to reproduce
- Set
file_storage.save_version_author to true
- Create a file "test.txt" as admin user
- Share the file with "user01"
- As "user01", edit this file -> The current author is "user01", the author of the first version is "admin" -> all good!
- As "user01", roll back the first version -> current author is "admin" (good!), however, the author of the first version is now "admin" as well (bad!)
Expected behaviour
The version author should be "user01"