Page 1 of 1

delete its text name in the status

Posted: 19 Sep 2023, 11:47
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!

Re: delete its text name in the status

Posted: 19 Sep 2023, 13:42
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.

Re: delete its text name in the status

Posted: 20 Sep 2023, 06:59
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.

Re: delete its text name in the status

Posted: 20 Sep 2023, 09:35
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:

RESOLVED delete its text name in the status

Posted: 20 Sep 2023, 10:50
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!!!