[BUG] Add-PnPNavigationNode -OpenInNewTab parameter not working #3208
Unanswered
MelvisBass
asked this question in
General
Replies: 1 comment
-
I have created a PullRequest #3969 that solves this problem. I hope it will be merged soon |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the 2.1.77-nightly build, when adding -OpenInNewTab parameter to Add-PnPNavigationNode no errors received, and the node is added to menu but it does not have Open in new tab set.
code example:
Add-PnPNavigationNode -Title $mmTitle -Location "TopNavigationBar" -Url $mmUrl -Parent $mmParentNode -PreviousNode $mmPrevNode -AudienceIds $mmAudID -OpenInNewTab
Beta Was this translation helpful? Give feedback.
All reactions