Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collapse version history when working with versions (VersionDiff, VersionRestore) #594

Open
janehmueller opened this issue Oct 15, 2017 · 0 comments

Comments

@janehmueller
Copy link
Collaborator

Some jobs write a Subject's field multiple times and thus write multiple versions to the version history. The jobs VersionDiff and VersionRestore both assume that each job only writes ones to a history field. Therefore all versions with the same version id have to be collapsed (e.g., always use the value of the last version that was written by a job) before they are used by the jobs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant