You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CMDP changes introduced a feature that already stored diagrams can be now updated with new data. At the moment it is implemented in the simplest possible way that the old diagram object will be simply replaced by the new one. This is not an optimal solution and only the updates should be copied.
Todo
Define different merging rules (e.g. only the new points are added, old ones are reviewed as well, full copy)
Implement the feature
Add unit tests for the feature
The text was updated successfully, but these errors were encountered:
Description
The CMDP changes introduced a feature that already stored diagrams can be now updated with new data. At the moment it is implemented in the simplest possible way that the old diagram object will be simply replaced by the new one. This is not an optimal solution and only the updates should be copied.
Todo
The text was updated successfully, but these errors were encountered: