Project

General

Profile

Actions

Feature #14508

open

Workflow administration screen - loss of overview when working with many statuses

Added by Matthias Petermann almost 13 years ago. Updated 20 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Issues workflow
Resolution:

Description

Hello,

in our project we have a lot of statuses in the workflow. This results in a big number of columns (1) in the workflow administration screen.

While this works acceptable, there is one side effect constantly leading to a loss of overview during editing. For seeing the higher columns it is required to scroll (2). This leads the vertical legend to flow out of the screen (3).

The attached screenshot hightlighths the mentioned numbers 1-3.

Would it be possible to make the vertical legend fixed, so that it is visible everytime?

Kind regards,
Matthias


Files

2013-07-21_redmine_workflow_config.png (93.3 KB) 2013-07-21_redmine_workflow_config.png Matthias Petermann, 2013-07-21 08:52
status-tansistions.gif (535 KB) status-tansistions.gif Mizuki ISHIKAWA, 2021-07-09 06:44
fields_permissions.gif (581 KB) fields_permissions.gif Mizuki ISHIKAWA, 2021-07-09 06:46
feature-14508.patch (10.4 KB) feature-14508.patch Mizuki ISHIKAWA, 2021-07-09 06:46
status-transitions-v2.gif (280 KB) status-transitions-v2.gif kyohei yamada, 2026-06-12 13:08
fields_permissions-v2.gif (228 KB) fields_permissions-v2.gif kyohei yamada, 2026-06-12 13:08
feature-14508-v2.patch (1.81 KB) feature-14508-v2.patch kyohei yamada, 2026-06-12 13:08
Actions #1

Updated by Matthias Petermann over 8 years ago

This issue is addressed by a recently published plugin:

https://github.com/UweHeber/redmine-workflow-visualization-plugin

If any of the upstream Redmine developer could review this, it might be a good candidate for inclusion in the official tree.

Actions #2

Updated by Mizuki ISHIKAWA almost 5 years ago

By applying the attached patch, the header of the large table in the workflow is fixed and easy to see.
It is a simple change that uses a CSS property position: sticky and does not require JavaScript.

It works fine with Chrome, Firefox, Safari and Edge.
In IE11, the header is not fixed because position: sticky; cannot be used, but it will be displayed in almost the same way as before the change.

Actions #3

Updated by Go MAEDA almost 5 years ago

  • Target version set to Candidate for next major release
Actions #4

Updated by kyohei yamada 20 days ago


Here is an updated patch for the current trunk.

It is CSS-only and keeps the table headers and the first column visible while scrolling the workflow tables, on both the "Status transitions" and the "Fields permissions" tabs. See the attached GIFs, recorded with 18 statuses and 20 custom fields.

Tested with Chrome 149 on macOS. When the tables are small enough not to scroll, the pages look the same as before.

Actions

Also available in: Atom PDF