Project

General

Profile

Create a custom search filter for plugin

Added by Marco Orfei over 7 years ago

Hi,
I'm developing a plugin for Redmine. My plugin added a boolean column approved_emergency_maintenance in table Issues . I have a custom filter with 2 values: true and false. If value is true, I want the list of issues with approved_emergency_maintenance with value true, otherwise I want the list of issues with approved_emergency_maintenance with value false. Does anyone have an example or links to further information for implementing this?