forcedotcom / devops-center-feedback

61 stars 2 forks source link

Deployment is not not pushing all the changes to next stage #246

Open vishnuyadavalli opened 1 year ago

vishnuyadavalli commented 1 year ago

Describe the bug When we add a custom object to changes on a workitem, change request(Pull request) is recognizing all the new fields in the object. But when we deploy it will only deploy the 1st field.

To Reproduce Steps to reproduce the behavior:

  1. Add 4 fields to a custom object.
  2. Create a work item to move these new fields.
  3. Add the custom object to the work item to create a PR.
  4. You will notice that the PR will should all the fields you added.
  5. Approve the Work Item.
  6. Deploy the work item to next stage.
  7. Only one field will be deployed. ...

Expected behavior All fields should be deployed.

Screenshots image image image

Additional context Last screenshot shows that it is only deploying one field.