core icon indicating copy to clipboard operation
core copied to clipboard

Current author is not shown when file_storage.save_version_author is set

Open jnweiger opened this issue 3 years ago • 3 comments

Seen in 10.9.1 RC2 with occ config:system:set file_storage.save_version_author --type boolean --value true

  • admin adds a 'New text file.txt' and does several edits with files_texteditor
  • admin opens the details sidebar and inspects the versions.
  • For all versions except for the current version, the author name is shown: image

Expected behaviour:

  • Near the top, under the filename, the line < 1 KB, seconds ago should say e.g. < 1KB, seconds ago, admin

This feature is only important in a shared scenario. When multiple users edit a file, they can see who did the second last change (and before), but they cannot see who did the very last change.

Workaround: one user commits a dummy edit, so that the change in question is listed under Versions.

jnweiger avatar Jan 11 '22 17:01 jnweiger

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jul 11 '22 01:07 github-actions[bot]

This issue has been automatically closed.

github-actions[bot] avatar Jul 22 '22 01:07 github-actions[bot]

From memory, we sorted this out in the backend server - it knows who is the author of the current version. But the front-end classic web UI needs to display the information.

phil-davis avatar Nov 18 '22 01:11 phil-davis