name=IdentifiantClient
Type=string
then i followed this guide -> http://www.mantisbt.org/wiki/doku.php/m ... ssues_page
and added the value array ('selection', 'edit', 'priority', 'id', 'bugnotes_count', 'category', 'severity', 'status', 'last_updated', 'summary', 'custom_IdentifiantClient'); for the configuration option "view_issues_page_columns"
After added this configuration option I've in the Configuration Report Page :
view_issues_page_columns string 'array ( 'selection', 'edit', 'priority', 'id', 'sponsorship_total', 'bugnotes_count', 'attachment', 'category', 'severity', 'status', 'last_updated', 'summary' );'
But when I display my View Issues Page I have the followed error
SYSTEM WARNING: array_keys() [function.array-keys]: The first argument should be an array
SYSTEM WARNING: Invalid argument supplied for foreach()
I'm on Mantis 1.1.2
Can you help me? I don't what I'm doing wrong
Thank you