Versions: add a "last modified by" field to all versions #12392
cboar
started this conversation in
Feature Requests & Ideas
Replies: 1 comment
-
is it not included by default? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be helpful to see which user had last modified a particular version.
I was able to patch on this functionality by adding a field to the versions/buildCollectionFields.ts file:
Then, set the key during versions/saveVersion.ts:
I'd be happy to work on a PR for something along these lines!
As a more general discussion, I do feel the Versions feature has been difficult to extend. Perhaps the same could be achieved via some larger configuration extension, where custom fields and hooks can work on versioned documents.
Beta Was this translation helpful? Give feedback.
All reactions