URL Shortcut

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
dyawlak
Posts: 66
Joined: 07 Dec 2007, 16:42

URL Shortcut

Post 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
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Re: URL Shortcut

Post by deboutv »

Add "project_id=0" to the URL.
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/

Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
dyawlak
Posts: 66
Joined: 07 Dec 2007, 16:42

Re: URL Shortcut

Post 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
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Re: URL Shortcut

Post by deboutv »

In that case it is a bug.
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/

Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
dyawlak
Posts: 66
Joined: 07 Dec 2007, 16:42

Re: URL Shortcut

Post by dyawlak »

Thanks - raised 9282 to cover this
Post Reply