]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- one more chunk resolved
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 9 Sep 2008 20:14:39 +0000 (20:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-order.patch -> 1.4

eventum-order.patch

index eaecf6f52aafb607d8ea9fb70808890844d4a961..6ae54eeb2bcb96ac4ea4f2c33d652195cd632e6b 100644 (file)
          $rows = Issue::getParam('rows');
          $hide_closed = Issue::getParam('hide_closed');
          if ($hide_closed === '') {
-@@ -2261,7 +2351,8 @@
-             "iss_summary",
-             "last_action_date",
-             "usr_full_name",
--            "iss_expected_resolution_date"
-+            "iss_expected_resolution_date",
-+            "isu_order"
+@@ -2582,6 +2582,7 @@
+             "last_action_date" => "desc",
+             "usr_full_name" => "asc",
+             "iss_expected_resolution_date" => "desc",
++            "isu_order" => "desc",
          );
-         $items = array(
-             "links"  => array(),
+         foreach ($custom_fields as $fld_id => $fld_name) {
 @@ -2975,6 +3066,8 @@
          $ids = implode(", ", $ids);
          $stmt = "SELECT
This page took 0.042376 seconds and 4 git commands to generate.