mirror of
https://github.com/apache/nifi.git
synced 2025-03-06 09:29:33 +00:00
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…
x
Reference in New Issue
Block a user