Vote #74123
完了Previous/next links may be lost after editing the issue
0%
説明
- click on project,
- click on issues,
- get. eg. open issues,
- review them using "prev"/"next" buttons, until found issue which should be closed (but isn't).
- click update, set it as resolved/closed
RESULT: prev/next buttons disappears, because current issue gets out of query,
SHOULDBE: prev/next buttons should be visible and should point to issues from last running query.
Similar scenario: review list of unassigned tasks one by one and assign appropriately. Impossible using current next/prev implementation.
It works like that in Mantis, I believe that list of issue ids is stored somewhere in session, and prev/next gets data from that list.
journals
+1
--------------------------------------------------------------------------------
+2
--------------------------------------------------------------------------------
fix it for redmine-2.5.1
--------------------------------------------------------------------------------
zhiguo Zhu wrote:
> fix it for redmine-2.5.1
Please add tests.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
Rupesh J wrote:
> +1
fix for redmine-3.0.3
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I do appreciate the work of Łukasz Mach and zhiguo Zhu. I would be very happy if I could see the feature in Redmine 3.3.0.
I have updated the patch:
* Compatible with latest trunk (r15160)
* Added tests
* Changed a little bit, to pass the test
--------------------------------------------------------------------------------
The patch updated by Takenori TAKAKI includes tests and works fine.
I think we can merge the fix into trunk. Setting target version to 3.3.0.
--------------------------------------------------------------------------------
Fixed in r15253. I used a slightly different approach to avoiding loading the query before updating the issue, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,11006,next previous function not available if issue is closed
duplicates,Closed,13053,Prev Next button was not display when the query condition was changed