Closed (fixed)
Project:
Case Tracker
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2012 at 19:26 UTC
Updated:
28 Mar 2013 at 02:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
AntiNSA commented+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...
Comment #2
zeezhao commentedIssue may be related to the need for a patch similar to this for D7:
http://drupal.org/node/1714470
Comment #3
jerenus commentedBe solve in here.
http://drupal.org/node/1714470
Duplicate this issue.
Comment #4
jerenus commentedThis 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.
Comment #5
skyredwangAt the moment, the parameters "destination" "keys" are not documented from existing codes and they are useless. But, the patch fixed the link issues.
Comment #6
skyredwangcan you reroll the patch against the latest head?
Comment #7
jerenus commentedReroll.
Comment #8
skyredwangcommitted. http://drupalcode.org/project/casetracker.git/commit/b049f24
Comment #9
skyredwangComment #10
AntiNSA commentedThe 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?
Comment #11
skyredwang@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.
Comment #12
AntiNSA commentedok thanks. Ill open another request.