gtt-project/redmine_gtt

'/projects.json' returns not filtered result, even if filters are specified as params

sanak opened this issue · 1 comments

sanak commented

Problem
Related with the following issue, Redmine >= 4.1 supports projects filter, but /projects.json returns not filtered result, even if filters are specified as params.
redmine-patch-meetup/redmine-dev-mirror#17

To Reproduce
Call the following address on redmine_gtt plugin installed environment.
http://(Redmine url)/projects.json?key=&f[]=parent_id&op[parent_id]=!*

Expectation
/projects.json should return filtered results.

sanak commented

This is already supported with PR #146, so I close this.