Răsfoiți Sursa

! Mantis bug 1288, forcing ordering of table not to be based arbitrary row order, or insertion order but name followed by date

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 ani în urmă
părinte
comite
03cb0e1e27
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      Sources/ManageCalendar.php

+ 2 - 2
Sources/ManageCalendar.php

@@ -127,8 +127,8 @@ function ModifyHolidays()
 					),
 				),
 				'sort' => array(
-					'default' => 'title',
-					'reverse' => 'title DESC',
+					'default' => 'title ASC, event_date ASC',
+					'reverse' => 'title DESC, event_date ASC',
 				)
 			),
 			'date' => array(