[midPoint-git] [Evolveum/midpoint] 0bca92: Implement hiding of metadata in visualizations
Andrej
noreply at github.com
Thu Mar 20 14:35:23 CET 2025
Branch: refs/heads/improvement/6112
Home: https://github.com/Evolveum/midpoint
Commit: 0bca92141521102ab0b29c9ea3648e9ccd539b25
https://github.com/Evolveum/midpoint/commit/0bca92141521102ab0b29c9ea3648e9ccd539b25
Author: Andrej Zan <andrej.zan at evolveum.com>
Date: 2025-03-20 (Thu, 20 Mar 2025)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/visualizer/VisualizationContext.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/visualizer/Visualizer.java
M model/notifications-impl/src/test/java/com/evolveum/midpoint/notifications/impl/formatters/VisualizationBasedDeltaFormatterTest.java
Log Message:
-----------
Implement hiding of metadata in visualizations
**What**
Add option to `Visualizer` which tells it to hid metadata related
changes.
**Why**
Metadata has not been used so far in visualizations of deltas in
notifications. They could be however included if the original formatter
was invoked with the `showOperationalAttributes` (sometimes called
auxiliary attributes) set to true (e.g. from scripts).
In order to preserve the option to include/exclude metadata in delta
representation (together with operational attributes), the option to
hide metadata is added directly to the `Visualizer`, since it is
better place to handle it than it would be in a formatter itself.
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications
More information about the midPoint-svn
mailing list