mirror of
https://github.com/nasa/openmct.git
synced 2025-03-15 08:40:57 +00:00
Include the id in the activity properties
This commit is contained in:
parent
4d4f83ee95
commit
02edb9924b
@ -497,7 +497,8 @@ export default {
|
||||
rectStart: rectX1,
|
||||
rectEnd: showTextInsideRect ? rectX2 : textStart + textWidth,
|
||||
rectWidth: rectWidth,
|
||||
clipPathId: this.getClipPathId(groupName, rawActivity, currentRow)
|
||||
clipPathId: this.getClipPathId(groupName, rawActivity, currentRow),
|
||||
id: rawActivity.id
|
||||
};
|
||||
activitiesByRow[currentRow].push(activity);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user