Download & Extend

view all project cases link is wrong

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

Status:active» closed (duplicate)

Be solve in here.
http://drupal.org/node/1714470
Duplicate this issue.

#4

Status:closed (duplicate)» needs review

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.

AttachmentSize
casetracker-fixed_view_all_project_cases_link-1793662-4.patch 1.45 KB

#5

Status:needs review» reviewed & tested by the community

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

Status:reviewed & tested by the community» needs work

can you reroll the patch against the latest head?

#7

#8

#9

Status:needs work» closed (fixed)

#10

Status:closed (fixed)» needs work

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

Status:needs work» closed (fixed)

@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.