Merge pull request #5817 from sbwalker/dev
resolve UI issue for internal template
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
private List<Template> _templates;
|
||||
private string _template = "-";
|
||||
private string _minversion = "2.0.0";
|
||||
private string _type = "External";
|
||||
private string _type = "";
|
||||
private string[] _versions;
|
||||
private string _reference = "local";
|
||||
private string _location = string.Empty;
|
||||
@@ -185,7 +185,7 @@
|
||||
else
|
||||
{
|
||||
_minversion = "2.0.0";
|
||||
_type = "-";
|
||||
_type = "";
|
||||
}
|
||||
GetLocation();
|
||||
}
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
private List<Template> _templates;
|
||||
private string _template = "-";
|
||||
private string _minversion = "2.0.0";
|
||||
private string _type = "External";
|
||||
private string _type = "";
|
||||
private string[] _versions;
|
||||
private string _reference = "local";
|
||||
private string _location = string.Empty;
|
||||
@@ -151,7 +151,7 @@
|
||||
else
|
||||
{
|
||||
_minversion = "2.0.0";
|
||||
_type = "-";
|
||||
_type = "";
|
||||
}
|
||||
GetLocation();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user