This repository has been archived by the owner on Oct 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Removing "description" tag from a profile metadata does not generate neither destructive nor normal package.xml #90
Comments
Looks like
|
@amtrack just so you know. I though that this is a "generic" bug, e.g. any deletion for text fields do not trigger any updates. However, I did a test with a custom field:
This was generated by the dev-tool: Manifest:
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>CITestObject__c.CITestField__c</members>
<name>CustomField</name>
</types>
<version>39.0</version>
</Package> |
i am guessing this is still open |
@okram999 yes, this is still open. |
🎉 This issue has been resolved in version 2.6.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Salesforce sent an update to CI where it removed
<description>
tag from some profiles metadata objects (looks like a user just deleted "description" from them). This update was pushed to git. CI job to deploy this job failed to generate any changesets:These are the changes:
This is what was generated:
So nothing was uploaded to Salesforce.
The text was updated successfully, but these errors were encountered: