-
Notifications
You must be signed in to change notification settings - Fork 98
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
fix: Wr/coft mpd #1146
fix: Wr/coft mpd #1146
Conversation
ad51d43
to
c04f43a
Compare
… be pushed after a local change
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.
seems fine. Lots of discussions about how deletes are supposed to be handled, and the possibility of the behavior being confusing to users.
QA: ✅ deploys using tracking create a field translation
✅
❌ the COT is in package-b in the customer's repo. It's being added, in duplicate, to package-a when the changes are retrieved. It should have realized that we already had the COT in package-b and any changes are merged into there. change the translation in the org
|
What does this PR do?
allows
CustomFieldTranslation
MDT to be retrieved across MPDsWhat issues does this PR fix or reference?
forcedotcom/cli#2124 @W-13193003@
Functionality Before
with a remote change to a CFT, the parent COT being in the non-default package dir, and running a
force source pull
Functionality After
notice
package-a
andpackage-b
as the two different packages written to,a
is default, where new MD is written to, andb
contains the parent COT