Copyright (c) 2011 Robert Munteanu - robert@lmn.ro
Copyright (c) 2015 Carlos Proensa
Released under the GNU GPL v2 licence
For further details, please refer to the plugin's page in the MantisBT wiki.
See Changelog.
The InlineColumnConfiguration allows you to configure the column preferences inline, in the view bugs page, instead of going through the Manage Columns page in user preferences.
The plugin requires
- MantisBT version 2.2 or higher
- jQueryUI plugin version 1.8 or higher
If you are running MantisBT 1.x, please use Version 1.2.0.
- Download the plugin's latest release or clone the source code.
- Copy or link the plugin (the
InlineColumnConfiguration/
directory) into your Mantis installation'splugins/
directory. - While logged into your Mantis installation as an administrator, go to Manage -> Manage Plugins.
- In the Available Plugins list, you'll find the InlineColumnConfiguration plugin; click the Install link.
The plugin adds a Configure columns menu item to the View issues page.
When clicked, a configuration pop-up dialog opens, allowing users to select which fields to display for View, Print, CSV and Excel columns.
Drag and drop columns to control the order in which they are displayed.
Click on the Update Configuration button to save changes.
The latest source code can found on Github.
We encourage you to submit Bug reports and enhancements requests on the MantisBT issues tracker, under the Plugin - InlineColumnConfiguration project. If you would like to propose a patch, do not hesitate to submit a new Pull Request.