sfmc-devtools icon indicating copy to clipboard operation
sfmc-devtools copied to clipboard

[BUG] test for added/updated fields faulty during update

Open JoernBerkefeld opened this issue 5 months ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

fields seem to be added twice. they already exist (im assuming based on the deploy-file) and then they are added from cache again by DataExtension.#attachFields(). When DataExtensionField.prepareDeployColumnsOnUpdate() later checks for changes it removes the not-changed fields once but not the second "version" of it.

Expected Behavior

correctly recognized what fields are added or updated and which one are not needed anymore

Version

6.0.1

Participation

  • [X] I am willing to submit a pull request for this issue.

JoernBerkefeld avatar Jan 17 '24 19:01 JoernBerkefeld