stable

Clone or download

Read-only

request #13186 "next/previous" offset links in admin delegation wigdet lack dashboard ID parameter

How to reproduce: - Add a personal dashboard tab named Other (or whatever past "dashboard" in alphabetical order) - Add the "search in projects" administration delegation widget - Do e.g. a full search with a blank query, that should return > 10 results. - Click "next". => the "Dashboard" tab is loaded and you don't get the "next results" you wanted. How to test: => clicking on next should load the next page => clicking on previous should load the previous page Change-Id: I0bc65d693c083ce671d5b5176acf0b01f7aa0fda

Modified Files

Name
M plugins/admindelegation/include/AdminDelegation_ShowProjectWidget.class.php +2 −3 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetPresenter.php +1 −0 Go to diff View file
M src/common/Widget/Widget.class.php +18 −0 Go to diff View file