File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed
WebUI/Templates/LSWProject Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff 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};
You can’t perform that action at this time.
0 commit comments