delete its text name in the status

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
rondezo
Posts: 85
Joined: 09 Feb 2021, 09:18

delete its text name in the status

Post by rondezo »

how to delete its text name in the status and leave only the colored status icon on the task list view page
THS!
cas
Posts: 1622
Joined: 11 Mar 2006, 16:08
Contact:

Re: delete its text name in the status

Post by cas »

You would need to adjust the code, not advised. What is wrong with the text? If you want, you can change it. Check out the documentation.
rondezo
Posts: 85
Joined: 09 Feb 2021, 09:18

Re: delete its text name in the status

Post by rondezo »

cas wrote: 19 Sep 2023, 13:42 You would need to adjust the code, not advised. What is wrong with the text? If you want, you can change it. Check out the documentation.
there are no problems with the text, but the text greatly increases the column width, which is inconvenient when viewing the table if there are many columns.
cas
Posts: 1622
Joined: 11 Mar 2006, 16:08
Contact:

Re: delete its text name in the status

Post by cas »

This is handled within core/columns_api.php.
Check out the function function print_column_status. Here you can suppress printing of the text (and/or the user in charge).
This would require to make this change every time after updating Mantis.
It also expects everybody to exactly know what each color stands for.
So for me, not a good thing to change :roll:
rondezo
Posts: 85
Joined: 09 Feb 2021, 09:18

RESOLVED delete its text name in the status

Post by rondezo »

cas wrote: 20 Sep 2023, 09:35 This is handled within core/columns_api.php.
Check out the function function print_column_status. Here you can suppress printing of the text (and/or the user in charge).
This would require to make this change every time after updating Mantis.
It also expects everybody to exactly know what each color stands for.
So for me, not a good thing to change :roll:
THS!!!
Post Reply