ChiliProject is not maintained anymore.
Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and
we urge all existing users to migrate their data to a maintained
system, e.g. Redmine. We will
provide a migration script later. In the meantime, you can use the
instructions by
Christian Daehn.
Forums » Develop »
customizing 'view all requests'
Added by Bardia Afshin at 2013-03-07 07:29 pm
Hi there,
I'm new to Ruby and Chiliproject. I want to customize the fields that's being displayed in the 'View all open requests' (and their appropriate values). I also want my changes to stay in effect when the user applies any of the available features ie. filter/clear/save
The current view, sits in a plugin. The view that is being addressed here is 'View all open requests' and it currently has the following fields.
issue number Status Subject Assignee Updated Author Created
How does one add/remove fields to this view?
Thanks in advance,
-Bardia
You can globally change which columns are default on the issue list in the Administration > Configuration > Issues > Default columns for issue list.
I went to More -> Settings -> Request Tracking tab
I can see that there is a checklist of fields grouped together under 'Default columns displayed on the request list'
Two problems:
1. It doesn't provide ability to change the order of the fields
2. It doesn't provide ability to build/add custom models from a plugin that has a custom model patched in.