Redmine plugin to add pagination links to my page queries
- Redmine's current My Page only shows rigid 10 line queries. This plugin adds pagination links to queries. It honors setting in Administration->Settings->General->Object per page options
-
download plugin and copy plugin folder redmine_my_page_pagination to Redmine's plugins folder
-
restart server f.i.
sudo /etc/init.d/apache2 restart
(no migration is necessary)
- go to plugins folder, delete plugin folder redmine_my_page_pagination
rm -r redmine_my_page_pagination
- restart server f.i.
sudo /etc/init.d/apache2 restart
- Go to MyPage, select your issue query from the "Add" menu. The query will have pagination links if number of items in list exceeds minimum object per page
Have fun!
- 1.0.2
- English
- German
1.0.2
- cleaned code, minor bug fixes
1.0.1
- cleaned code
1.0.0
- running on Redmine 3.4.6, 3.4.11