We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d677a3 commit f6e25e9Copy full SHA for f6e25e9
1 file changed
src/components/timeline/Row.svelte
@@ -524,8 +524,6 @@
524
link => link.plan_id === plan?.id && !($derivationGroupVisibilityMap[link.derivation_group_name] ?? true),
525
)
526
.map(link => link.derivation_group_name);
527
- // TODO seeing a bug here where if you load a plan from url with derivation groups associated and an external event row
528
- // and then load a plan that doesn't have these and then go back to the first plan, the events don't show up / are filtered out for some reason...
529
// Apply filter for hiding derivation groups
530
let externalEventsFilteredByDG = externalEvents.filter(ee => {
531
let derivationGroup =
0 commit comments