View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010048 | CTT UA Binary | 2 - CTT Binary | public | 2024-12-03 11:34 | 2024-12-06 10:56 |
Reporter | Yannik Klaass | Assigned To | Yannik Klaass | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Summary | 0010048: CttSessionClass::browseAddressSpace() does not refresh references of existing Nodes in the ModelMap | ||||
Description | The CttSessionClass::browseAddressSpace() method can be used to rebrowse a part of the ModelMap to update it during script execution. However, it adds a node and its references only if the NodeId is not already existent in the ModelMap. This is a problem since the corresponding forward reference in the parent of newly created nodes are not updated, as the parent of a new node is already existent in the ModelMap in most cases. | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
|
Changing code in CttSessionClass::browseAddressSpace() to replace every browsed node in the ModelMap, as existent ones could have changed ReferenceDescriptions |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-12-03 11:34 | Yannik Klaass | New Issue | |
2024-12-06 08:41 | Paul Hunkar | Assigned To | => Yannik Klaass |
2024-12-06 08:41 | Paul Hunkar | Status | new => assigned |
2024-12-06 10:56 | Yannik Klaass | Status | assigned => resolved |
2024-12-06 10:56 | Yannik Klaass | Resolution | open => fixed |
2024-12-06 10:56 | Yannik Klaass | Note Added: 0022203 |