Posted by walkero on September 24, 2012 at 7:26pm
5 followers
| Project: | Case Tracker |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The url of the link "view all project cases" in a project summary is like "/casetracker?destination=keys=&pid=1" and when a user clicks on it then he sees all the cases opened on every project.
Comments
#1
+this happens on the 6.x dev version too... I am trying to make it so the user sees only the projects for groups which he is a mmenu.... but itsso difficult...
#2
Issue may be related to the need for a patch similar to this for D7:
http://drupal.org/node/1714470
#3
Be solve in here.
http://drupal.org/node/1714470
Duplicate this issue.
#4
This patch is to fix the Bug of view all project cases link. The symbols is escaped by L() function.
I keep the parameter "destination" and "keys", I think they certainly have reason in here.
#5
At the moment, the parameters "destination" "keys" are not documented from existing codes and they are useless. But, the patch fixed the link issues.
#6
can you reroll the patch against the latest head?
#7
Reroll.
#8
committed. http://drupalcode.org/project/casetracker.git/commit/b049f24
#9
#10
The problemis, the view display that is led to when clickign on that link leaves an exposed filter with a list of all projects. This can be overwheleming if you are using this on a og based site where every group has its own projects. A simple solution would be to hide the filter, as it is currently exposed. Yet when hiding the case in views 3 there is an error . You have to leave the filter exposed. Does this patch fix that?
#11
@AntiNSA What you asking in #10 is not in this patch, and it's by design to show all the projects. It works the same way in 6.x as well.
So, if you still want an option to hide other projects, then please open an new issue as a feature request.
#12
ok thanks. Ill open another request.