-
Notifications
You must be signed in to change notification settings - Fork 20
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
refactor tenant wide extensions for app catalog toggle #409
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ervingayle Looks like we are on the right track 👍👏 You Rock 🤩.
I left a few comments and I noticed we overlooked updating the site level app catalogs as well based on the setting
package.json
Outdated
@@ -190,10 +190,10 @@ | |||
"description": "Show the service health incidents in the account view." | |||
}, | |||
"spfx-toolkit.showTenantWideExtensions": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be best if we also modify the setting identifier name from showTenantWideExtensions
to showAppsInAppCatalogs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Adam-it . Thanks for your feedback. For some reason I thought you did not want to rename the setting. I made the change.
Co-authored-by: Adam Wójcik <[email protected]>
Co-authored-by: Adam Wójcik <[email protected]>
🎯 Aim
This PR refactors the tenant wide extensions logic to control the display of the app catalogs and the expansion of those if the setting is enabled
📷 Result
✅ What was done
🔗 Related issue
Closes: #325