Page 1 of 1

URL Shortcut

Posted: 18 Jun 2008, 16:05
by dyawlak
I have an application that emails out a list of assigned work per user. There is a hyperlink link against the user name that opens Mantis and shows the calls for that user:

http://server/view_all_set.php?type=1&t ... _status=80

This works fine if Mantis is loaded already as it shows all open calls across all projects. if Mantis is already loaded, it only works for the current project.

My question is, is there a way thru the link to reset project back to all?


Thanks in advance

Re: URL Shortcut

Posted: 19 Jun 2008, 06:37
by deboutv
Add "project_id=0" to the URL.

Re: URL Shortcut

Posted: 19 Jun 2008, 07:48
by dyawlak
Nope tried that one as well, even project_id=

http://server/view_all_set.php?type=1&t ... oject_id=0

still stays on the current project

Re: URL Shortcut

Posted: 19 Jun 2008, 08:34
by deboutv
In that case it is a bug.

Re: URL Shortcut

Posted: 19 Jun 2008, 08:59
by dyawlak
Thanks - raised 9282 to cover this