Feature #24282
openAdd inheritance of the class from the parent projects
0%
Description
Hello,
I actually work on a project where we are restructuring our Redmine workflow, before the bugtracker was a Mantis and Redmine was just used for features development.
We are slowly depreciating Mantis to switch new bugs to Redmine.
For now we have a parent project called "Bugtrack" accessible by our support and a sub-project called "Rip" where we are using some CSS to theme only these projects (https://github.com/oklas/redmine-color-tasks) using the class in the body:
<body class="theme-Pixel-cookers-redmine-theme project-rip controller-issues action-index">
The problem is that we will add in the future more subprojects and we will need to add manually new projects in the CSS, so my question is:
Is it possible to get the class of the parent in a subproject like this:
<body class="theme-Pixel-cookers-redmine-theme project-bugtrack project-rip controller-issues action-index">
I think this feature (if she's not already known) can offer new possibilities of custom theme for particular projects
Related issues