-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expandable-navigation - #43
Labels
Needs: Triage 🔍
type:bug-suspected
Suspected bug (not working as designed/expected). See type:bug-confirmed for confirmed bugs
Comments
pranavcervello
added
Needs: Triage 🔍
type:bug-suspected
Suspected bug (not working as designed/expected). See type:bug-confirmed for confirmed bugs
labels
Nov 3, 2021
hey there - thanks for letting me know. Will look into this hopefully next week. |
Thanks for the note. I managed to workaround the issue.
Pranav
From: Luise Freese ***@***.***>
Sent: Saturday, November 6, 2021 6:29 AM
To: pnp/powerapps-samples ***@***.***>
Cc: Pranav, Fnu ***@***.***>; Author ***@***.***>
Subject: Re: [pnp/powerapps-samples] expandable-navigation - (Issue #43)
hey there - thanks for letting me know. Will look into this hopefully next week.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#43 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AU3ORQFFD63TWSLGQBBQ3DTUKT7O7ANCNFSM5HJS2QIA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
This message and all attachments are confidential. Any unauthorized review, use, disclosure, or distribution is prohibited. If you believe this message has been sent to you by mistake, please notify the sender by replying to this transmission, and delete the message and its attachments without disclosing them.
|
would you like to share the workaround? |
I basically used the pac unpack command to unpack the .msapp file using the VS code extension and then modified the code and then used the pack command. This way the manifest generated was in the newer version. Thanks for the help.
Pranav
From: Luise Freese ***@***.***>
Sent: Monday, November 8, 2021 7:18 AM
To: pnp/powerapps-samples ***@***.***>
Cc: Pranav, Fnu ***@***.***>; Author ***@***.***>
Subject: Re: [pnp/powerapps-samples] expandable-navigation - (Issue #43)
would you like to share the workaround?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#43 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AU3ORQGCHRLLQDTBJV2NKA3UK65XPANCNFSM5HJS2QIA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
This message and all attachments are confidential. Any unauthorized review, use, disclosure, or distribution is prohibited. If you believe this message has been sent to you by mistake, please notify the sender by replying to this transmission, and delete the message and its attachments without disclosing them.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Needs: Triage 🔍
type:bug-suspected
Suspected bug (not working as designed/expected). See type:bug-confirmed for confirmed bugs
Sample
expandable-navigation
Author(s)
@LuiseFreese
What happened?
Kindly help with the below.
I am trying to create a new package using VS Code and Power Platform CLI.
It is giving me the below error. Error
"PA3002: Format is not supported. This tool only supports 0.24, the manifest version is 0.20"
How do i upgrade the manifest to the 0.24 version ?
Steps to reproduce
2.Run the below command:
pac canvas pack --sources .\sourcecode\ --msapp .\solution\
Below error is received:
Error PA3002: Format is not supported. This tool only supports 0.24, the manifest version is 0.20
Microsoft PowerPlatform CLI
Version: 1.9.9+g8a4823f
Error: There were errors.
Expected behavior
I wanted to change the Menu Items in the default setting.
The text was updated successfully, but these errors were encountered: