This commit is contained in:
@@ -14,7 +14,7 @@ namespace Sockeye.DataList
|
|||||||
|
|
||||||
var RoleSet = BizRoles.GetRoleSet(DefaultListAType);
|
var RoleSet = BizRoles.GetRoleSet(DefaultListAType);
|
||||||
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;
|
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;
|
||||||
DefaultColumns = new List<string>() { "GZCaseId", "GZCaseName", "Tags" };
|
DefaultColumns = new List<string>() { "GZCaseId", "Tags", "GZCaseName", "GZCaseClosed" };
|
||||||
DefaultSortBy = new Dictionary<string, string>() { { "GZCaseId", "-" } };
|
DefaultSortBy = new Dictionary<string, string>() { { "GZCaseId", "-" } };
|
||||||
FieldDefinitions = new List<DataListFieldDefinition>();
|
FieldDefinitions = new List<DataListFieldDefinition>();
|
||||||
|
|
||||||
|
|||||||
@@ -341,7 +341,7 @@ namespace Sockeye.Biz
|
|||||||
|
|
||||||
var ver = jRFCase["releaseVersion"].Value<string>();
|
var ver = jRFCase["releaseVersion"].Value<string>();
|
||||||
if (!string.IsNullOrWhiteSpace(ver))
|
if (!string.IsNullOrWhiteSpace(ver))
|
||||||
g.Notes += $"\nRelease version:{ver}";
|
g.Notes += $"\n-=-=-=-=-=-=-=-=-=-=-=-=-=-=-\nReleased on version:{ver}";
|
||||||
|
|
||||||
var releaseNotes = jRFCase["releaseNotes"].Value<string>();
|
var releaseNotes = jRFCase["releaseNotes"].Value<string>();
|
||||||
if (!string.IsNullOrWhiteSpace(releaseNotes))
|
if (!string.IsNullOrWhiteSpace(releaseNotes))
|
||||||
|
|||||||
Reference in New Issue
Block a user