View Issue Details

IDProjectCategoryView StatusLast Update
0035870mantisbtuipublic2025-05-19 05:52
ReporterAlkante Assigned To 
PrioritynormalSeveritytextReproducibilityhave not tried
Status newResolutionopen 
Summary0035870: Add a Description column in the list of the Versions in the Manage Project page
Description

What do you think about adding a Description column in the list of the Versions in the Manage Project page ?

TagsNo tags attached.
Attached Files

Activities

dregad

dregad

2025-04-24 10:07

developer   ~0070184

adding a Description column

Hello, do you mean adding the existing mantis_project_version_table.description column ?

If so, considering that it is a longtext column potentially containing multiline text, I do not think it is appropriate to display its contents on a list view.

Alkante

Alkante

2025-04-24 11:30

reporter   ~0070185

Hello,
Yes I mean adding the mantis_project_version_table.description column.
For the potentially multiline text, I was thinking of a hover wich display the text if it's too long.
If you think it's still not appropriate I won't PR it.

atrol

atrol

2025-04-24 12:40

developer   ~0070186

If so, considering that it is a longtext column potentially containing multiline text, I do not think it is appropriate to display its contents on a list view.

I agree in general, but @dregad we offer this on "View Issues" page, e.g. you can add field description to the list of displayed columns.

dregad

dregad

2025-04-25 02:40

developer   ~0070188

we offer this on "View Issues" page, e.g. you can add field description to the list of displayed columns

Yes but in that case it's a user-customizable setting (and I doubt many people actually use that).

Alkante

Alkante

2025-05-19 04:06

reporter   ~0070275

If I understand I could use the manage config columns page to add the field description to the list of displayed column. Is it a good idea ?

screenshot-05-19-2025.png (111,989 bytes)   
screenshot-05-19-2025.png (111,989 bytes)   
dregad

dregad

2025-05-19 05:52

developer   ~0070276

I could use the manage config columns page to add the field description to the list of displayed column. Is it a good idea ?

I personally wouldn't recommend it, as the view issues page can quickly become difficult to read when there are long descriptions (as I said in 0035870:0070184). YMMV.