Skip to content

Commit

Permalink
enable flattening
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad committed Dec 2, 2024
1 parent 9110fa0 commit 453c5ce
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ void Flatten(AuthorizedParty party, AuthorizedParty? parent = null)

if (parent != null) party.ParentParty = parent.Party;

// TODO: https://github.com/digdir/dialogporten/issues/1533
// Disabling this for now, fixes https://github.com/digdir/dialogporten/issues/1226
// party.SubParties = [];
party.SubParties = [];

flattenedAuthorizedParties.AuthorizedParties.Add(party);
}
Expand Down

0 comments on commit 453c5ce

Please sign in to comment.