texei / sfdx-pull-issues

Improvement of force:source:pull to take care of known bugs
3 stars 0 forks source link

When renaming a field, sfdx won't pull related report #3

Open FabienTaillon opened 2 years ago

FabienTaillon commented 2 years ago

What is the use case that doesn't work? Please describe. Rename a field that is part of a report. Pulling changes will pull field rename, but not the report that will still reference locally the old field name.

Full steps to reproduce Steps to reproduce the behavior:

  1. Create a Custom Field
  2. Add it to a new report
  3. Pull everything
  4. Rename the field
  5. Pull again

Expected result The field and the Report are pulled

Actual result Only the field is pulled. Local repo still has a reference to the field that doesn't exists anymore, because of the Report not being pulled