jamtur01 / redmine_tab

Add a named tab to Redmine that links to an iframe (unmaintained as I don't manage Redmine anymore)
Other
51 stars 34 forks source link

Markup from description field showing on overview page #6

Closed trainxl closed 8 years ago

trainxl commented 12 years ago

Great plugin so far and thank you! One thing: The markup from the description field ist showing on the overview page right under the related projects enumeration. Not serious, but irritating.

XL

jamtur01 commented 12 years ago

I'd welcome a patch for this. Thanks.

quique commented 12 years ago

I also found it annoying, and fixed it with this SQL query: UPDATE custom_fields SET visible=0 WHERE id=foo;