Project

General

Profile

Remove 'description' text area

Added by Dave Corcoran almost 16 years ago

Hi,

We're using redmine (0.7.1) for a project that has lots of custom fields and doesn't need a description field. Is there a quick change to the code, perhaps in views/issues/_form.rhtml, that will allow me to disable it?

I've tried changing the :description text area to disabled (by adding :disabled => true) and not required (by changing :required to false) but that didn't work.

Any advice would be great.

Thanks,

Dave