System
I use a dedicated, managed SX2 Server from Strato.
Mantis
I use Mantis in V 1.2.0RC2.
Request
I want to switch on and off in each project the columns shown in view.php.
Static solution
The static solution is to delete in config_inc.php the lines of $g_bug_report_page_fields found in config_defaults_inc.php.
Problem:
The selected columns are shown identical in each project.
In embedded projects I don't need a PC-configuration but a version oft the hardware.
Dynamic solution
I go to manage_config_columns_page.php an try to disable (for the test) all of the colums except id column.
I control the settings with adm_config_report.php. There I can read:
All Users / All Projects / view_issues_page_columns / complex / array (0 => 'id',)
I expect that only the id was shown in view.php, but all of the columns where shown.
Is this a bug in RC2 or does I made a mistake?
TIA, and sorry for my bad english.
Marc
BTW:
I posted my question here: http://www.mantisbt.org/forums/viewtopi ... 918#p25091
And I posted a bugreport: http://www.mantisbt.org/bugs/view.php?id=11479
... but nobody could help me ...
