Skip to content

Commit 6e54da7

Browse files
committed
Include endDate in project lists
Useful data.
1 parent d3fb374 commit 6e54da7

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

WebUI/Templates/LSWProject/SkyProjectList.wod

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,15 @@ ProjectList: LSWTableView {
4141
electFontColor = "colors_deleted_object";
4242
fontColor = "font_color";
4343
},
44-
{
45-
key = "startDate";
44+
{
45+
key = "startDate";
4646
labelKey = "startDate" ;
47-
sort = YES;
47+
sort = YES;
48+
},
49+
{
50+
key = "endDate";
51+
labelKey = "endDate" ;
52+
sort = YES;
4853
},
4954
);
5055
};
@@ -82,10 +87,15 @@ ExtendedProjectList: LSWTableView {
8287
electFontColor = "colors_deleted_object";
8388
fontColor = "font_color";
8489
},
85-
{
86-
key = "startDate";
90+
{
91+
key = "startDate";
8792
labelKey = "startDate" ;
88-
sort = YES;
93+
sort = YES;
94+
},
95+
{
96+
key = "endDate";
97+
labelKey = "endDate" ;
98+
sort = YES;
8999
},
90100
);
91101
};

0 commit comments

Comments
 (0)