Search found 3 matches

by scouny
04 Jul 2008, 12:01
Forum: Help
Topic: How to set field "Product version" mandatory during report
Replies: 6
Views: 6280

Re: How to set field "Product version" mandatory during report

I found the name for other fiels.
Under /usr/share/mantis/www/bug_report.php
$t_bug_data = new BugData;
$t_bug_data->build
$t_bug_data->platform
$t_bug_data->os
$t_bug_data->os_build
$t_bug_data->version
$t_bug_data->profile_id
$t_bug_data->handler_id
$t_bug_data->view_state
$t_bug_data ...
by scouny
04 Jul 2008, 08:18
Forum: Help
Topic: How to set field "Product version" mandatory during report
Replies: 6
Views: 6280

Re: How to set field "Product version" mandatory during report

Thanks Deboutv.

All seems Ok.

Do you know the value used by Mantis for "OS Version" and "Plateform", because i would like to do the same thing.
I mean set these fields mandatory.

Cordially,
by scouny
02 Jul 2008, 14:26
Forum: Help
Topic: How to set field "Product version" mandatory during report
Replies: 6
Views: 6280

How to set field "Product version" mandatory during report

I want to oblige users of my database mantis to fill the field "Production version" during reporting.
This field is not a custom one but an original one field, and i don't know how to do.

Cordially,