mirror of https://github.com/apache/nifi.git
NIFI-1948 Fixed encoding-version attribute not getting created in exported templates. This closes #485
This commit is contained in:
parent
8127314975
commit
3e064101e9
|
@ -746,6 +746,8 @@ public final class DtoFactory {
|
|||
copy.setDescription(original.getDescription());
|
||||
copy.setTimestamp(original.getTimestamp());
|
||||
copy.setUri(original.getUri());
|
||||
copy.setEncodingVersion(original.getEncodingVersion());
|
||||
|
||||
return copy;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue