This Redmine plugin adjusts the visualization of the workflow administration to make workflow tables scrollable, the first column being fixed.
This is helpful, when the used Redmine workflow contains a lot of permissions, which can be configured but the visible width of the tables are not sufficient. In the standard case, the table can be scrolled, but the first column may disappear, so that the necessary context information is no longer visible. This is now prevented!
The plugin is compatible with Redmine 3.4.X
Please apply general instructions for Redmine plugins here.
Following steps are required to install the plugin:
-
Clone this repository to your Redmine instance as
plugins/workflow_visualization/
:$ git clone https://github.com/UweHeber/redmine-workflow-visualization-plugin plugins/workflow_visualization/
The name is important, because of the way the Redmine plugin system works.
-
Finally restart your Redmine instance.
This plugin is licensed under the MIT license. See LICENSE for details.
Special thanks go to Matthias for this idea, feedback and testing support. Further to Paul O'Brien, who gave me the decisive tip to fixate the first column by cloning the table.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request