If you have more than one tamper applied to a field, does the order in which you create the tampers matter? e.g. apply a regexp first, then do something else, followed by another something else.

Comments

twistor’s picture

Assigned: Unassigned » mitchell
Category: support » task

That depends on what actions you are performing. Order of operations is important for something. If you were to explode a value into multiple values, you would most likely want to do that first. Then the subsequent operations would be applied per value. It can also be an issue with find/replace operations. The latest version makes the plugins sortable for just that reason.

twistor’s picture

Assigned: mitchell » twistor
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.