-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
I was idly looking at this:
scl-lib/tExtRef/isSubscribed.ts
Lines 19 to 26 in cd95f95
| return Array.from(scope.querySelectorAll("ExtRef")).some((extRef) => { | |
| if (extRef.hasAttribute("serviceType")) | |
| return ( | |
| matchDataAttributes(extRef, fcda) && someControlMatch(extRef, controls) | |
| ); | |
| return matchDataAttributes(extRef, fcda); | |
| }); |
I think we should as part the of the some statement call isPublic to avoid potential Private element matches.
When time allows I shall remediate and add a regression test.
JakobVogelsangJakobVogelsang
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working