mirror of https://github.com/apache/nifi.git
NIFI-5163 Clearing version control info when creating a template
This closes #2685. Signed-off-by: Kevin Doran <kdoran@apache.org>
This commit is contained in:
parent
fb48ae2f88
commit
a9e85c358c
|
@ -132,6 +132,7 @@ public class TemplateUtils {
|
|||
processGroupDTO.setStaleCount(null);
|
||||
processGroupDTO.setLocallyModifiedAndStaleCount(null);
|
||||
processGroupDTO.setSyncFailureCount(null);
|
||||
processGroupDTO.setVersionControlInformation(null);
|
||||
|
||||
scrubSnippet(processGroupDTO.getContents());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue