Project

General

Profile

Actions

Defect #161

closed

error 'View all issues' link at issues's sidebar

Added by zeous park almost 17 years ago. Updated almost 17 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

hi everybody~

I found a bug that 'View all issues' link don't act exactly at issues's sidebar.
When i used custom queries at issue list, 'View all issues' clicked and changed
all issues list exactly.
but 'View all issues' don't changed when i showed some issue.

i think that
source code has a bugs at app/views/issues/_sidebar.rhtml ,line 7
<%= link_to l(:label_issue_view_all), { :set_filter => 1 } %><br />

it means that url is made flexibly and full url is different
http://localhost:3004/projects/1/issues?set_filter=1
http://localhost:3004/issues/show/39?set_filter=1

i modified source code
<%= link_to l(:label_issue_view_all), '/projects/'_s+'/issues?set_filter=1' %><br />

i don't want to use direct url but i don't know another solution like
:controller=>, :action=>, id=> ...

thanks for reading~
cheer~

Actions #1

Updated by Jean-Philippe Lang almost 17 years ago

This problem is fixed in r937.

Actions #2

Updated by Jean-Philippe Lang almost 17 years ago

Fixed in 0.6.1

Actions

Also available in: Atom PDF