Pseudonymization version with date picker #560
Merged
Conversation
mmwinther
approved these changes
Dec 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It is now required that users who select the encryption algorithm
PAPIS_ALGORITHM_WITH_STABLE_IDmust setSTABLE_IDENTIFIER_VERSIONto a valid date.The default value is set to today’s date. To ensure correct formatting, the field is now a date-picker input.
When saving
STABLE_IDENTIFIER_VERSIONthesnapshotDateobject inencryption_algorithm_parametersis also updated.Also:
Previously, when re-selecting the pseudo algorithm, values had to be carried over due to the UI not being properly re-rendered. It is important that the UI always reflects the persisted values. This has now been fixed by adding a dynamic key to the section and by correctly handling changes based on the triggered element ID rather than the clicked button.
Since other systems are waiting for this change, it is possible to, in addition to suggest what must be changed now, to leave some comments on things which should eventually be improved.