Include the id in the activity properties

This commit is contained in:
Shefali 2024-01-10 10:40:52 -08:00
parent 4d4f83ee95
commit 02edb9924b

View File

@ -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);
});