[W-17522423] fix: retrieve ContentTypeBundle in org browser#6104
Closed
luciferru wants to merge 3 commits intoforcedotcom:developfrom
Closed
[W-17522423] fix: retrieve ContentTypeBundle in org browser#6104luciferru wants to merge 3 commits intoforcedotcom:developfrom
luciferru wants to merge 3 commits intoforcedotcom:developfrom
Conversation
|
Thanks for the contribution! It looks like @rishabhUpa is an internal user so signing the CLA is not required. However, we need to confirm this. |
Kaaviyan
approved these changes
Feb 19, 2025
|
This issue has been linked to a new work item: W-17878973 |
Contributor
|
Superseded by #6348, which was merged and published in the v64.0.3 release last week. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR adds ContentTypeBundle to the metadata dictionary. Similar to the ExperiencePropertyType, the metadata ContentTypeBundle type doesn't have a -meta.xml instead it has a static schema.json file for each metadata. Adding an entry to the metadata dictionary to fix this issue
What issues does this PR fix or reference?
#https://gus.lightning.force.com/lightning/r/ADM_Work__c/a07EE000027SVnGYAW/view, @W-17522423@
Functionality Before
Retrieving ContentTypeBundle throws an error and doesn't show the overwrite popup when metadata locally exists
Functionality After
Retrieving ContentTypeBundle is successful with org browser.