]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- issue assignment fix
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 21 Mar 2005 11:13:13 +0000 (11:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-iss-ass-fix.patch -> 1.1

eventum-iss-ass-fix.patch [new file with mode: 0644]

diff --git a/eventum-iss-ass-fix.patch b/eventum-iss-ass-fix.patch
new file mode 100644 (file)
index 0000000..7d7708a
--- /dev/null
@@ -0,0 +1,30 @@
+http://mysql.bkbits.net:8080/eventum/cset@1.503?nav=index.html|ChangeSet@-7d
+
+Fixed the issue assignment feature of the listing screen to work again
+
+diff -Naru a/include/class.issue.php b/include/class.issue.php
+--- a/include/class.issue.php  2005-03-17 07:58:05 -08:00
++++ b/include/class.issue.php  2005-03-17 07:58:05 -08:00
+@@ -2781,7 +2781,7 @@
+             } else {
+                 
+                 // make sure issue is not in another project
+-                if (Issue::getProjectID($HTTP_POST_VARS['items'][$i]) != Auth::getCurrentProject()) {
++                if (Issue::getProjectID($HTTP_POST_VARS['item'][$i]) != Auth::getCurrentProject()) {
+                     return -1;
+                 }
+                 
+# This is a BitKeeper generated diff -Nru style patch.
+#
+# ChangeSet
+#   2005/03/14 15:44:44-06:00 jpm@mysql.com 
+#   Fixed the issue assignment feature of the listing screen to work again
+# 
+# ChangeLog
+#   2005/03/14 15:44:43-06:00 jpm@mysql.com +1 -0
+#   Fixed the issue assignment feature of the listing screen to work again
+# 
+# include/class.issue.php
+#   2005/03/14 15:44:43-06:00 jpm@mysql.com +1 -1
+#   Fixed the issue assignment feature of the listing screen to work again
+# 
This page took 0.037333 seconds and 4 git commands to generate.