gyselroth / tubee

Data management engine with synchronization support
GNU General Public License v3.0
4 stars 4 forks source link

Do not drop fields if skip is true #56

Closed raffis closed 5 years ago

raffis commented 5 years ago

Describe the bug

tubee drops an existing field from a DataObject if one sets skip: true in a matching workflow later.

Expected behavior

Ignore field, do not drop it.

Environment

Additional context

Add any other context about the problem here.