Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Jul 9, 2024
1 parent 80a42e1 commit fcccc4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugins/src/editors/subscription/foundation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export function getExtRef(
control: Element | undefined
): Element | undefined {
function createCriteria(attributeName: string, value: string | null): string {
// If ExtRef is missing 'srcLNClass', it defaults to 'LLN0' as specified in the standard
if (attributeName === 'srcLNClass' && value === 'LLN0') {
return '';
}
Expand Down

0 comments on commit fcccc4c

Please sign in to comment.