Feature #571
closed
Configurable "Display project descriptions" in project list
Added by Maxim Krušina almost 17 years ago.
Updated over 4 years ago.
Description
It can be nice to enable/disable displaying projects descriptions in project list. Now the "Project description"
is not required field (thanx JPLang) but sometimes it's still usefull field, but some users (like me) would like to
see project description only on homepage of project itself, not in projects list.
Maybe this could be implemented with a duplication of this description field.
One type of description field (for project list for example) and one type of "welcome message" or something like this which is displayed on the home page of the project itself instead of the project description?
If you just want to get rid of the descriptions in the project list, and you don't need it configurable, use the Custom CSS plugin ( http://www.redmine.org/plugins/redmine_custom_css ) with the following CSS rule:
div#projects-index div.wiki.description { display: none; }
- Description updated (diff)
- Category set to Projects
- Status changed from New to Closed
- Resolution set to Fixed
The field is now configurable in Projects page when the list view is used. For board view, we can make this configurable if we move to cards (#32350).
- Related to Feature #32350: Show each project as card in the projects board added
Also available in: Atom
PDF