]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-iss-ass-fix.patch
- look and feel fixes
[packages/eventum.git] / eventum-iss-ass-fix.patch
1 http://mysql.bkbits.net:8080/eventum/cset@1.503?nav=index.html|ChangeSet@-7d
2
3 Fixed the issue assignment feature of the listing screen to work again
4
5 diff -Naru a/include/class.issue.php b/include/class.issue.php
6 --- a/include/class.issue.php   2005-03-17 07:58:05 -08:00
7 +++ b/include/class.issue.php   2005-03-17 07:58:05 -08:00
8 @@ -2781,7 +2781,7 @@
9              } else {
10                  
11                  // make sure issue is not in another project
12 -                if (Issue::getProjectID($HTTP_POST_VARS['items'][$i]) != Auth::getCurrentProject()) {
13 +                if (Issue::getProjectID($HTTP_POST_VARS['item'][$i]) != Auth::getCurrentProject()) {
14                      return -1;
15                  }
16                  
17 # This is a BitKeeper generated diff -Nru style patch.
18 #
19 # ChangeSet
20 #   2005/03/14 15:44:44-06:00 jpm@mysql.com 
21 #   Fixed the issue assignment feature of the listing screen to work again
22
23 # ChangeLog
24 #   2005/03/14 15:44:43-06:00 jpm@mysql.com +1 -0
25 #   Fixed the issue assignment feature of the listing screen to work again
26
27 # include/class.issue.php
28 #   2005/03/14 15:44:43-06:00 jpm@mysql.com +1 -1
29 #   Fixed the issue assignment feature of the listing screen to work again
30
This page took 0.079804 seconds and 3 git commands to generate.