mirror of https://github.com/apache/nifi.git
NIFI-12244 - UpdateRecord invalid because of migrateProperties (#7898)
This commit is contained in:
parent
88bdeee219
commit
814e94b2ac
|
@ -172,6 +172,7 @@ public class UpdateRecord extends AbstractRecordProcessor {
|
|||
|
||||
@Override
|
||||
public void migrateProperties(final PropertyConfiguration config) {
|
||||
super.migrateProperties(config);
|
||||
config.renameProperty("replacement-value-strategy", REPLACEMENT_VALUE_STRATEGY.getName());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue