ui_patterns icon indicating copy to clipboard operation
ui_patterns copied to clipboard

Fix field context for multiple sources in destination

Open dulnan opened this issue 5 years ago • 0 comments

This fixes a bug when a pattern has multiple destinations with multiple sources. The context for every field is always the same, because the context property is set on the same instance during the loop.

My proposed fix is to create a new instance of PatternContext which inherits the properties and then setting the field specific property.

dulnan avatar Aug 07 '20 07:08 dulnan