Page 1 of 1

set Select Profile: Platform, OS, OS Version as requaired

Posted: 07 Sep 2016, 09:29
by oska-69
Hello.

In Report Issue I want to set Select Profile: Platform, OS, OS Version as requaired fields (with red *).

Can You help me? Thanks.

Re: set Select Profile: Platform, OS, OS Version as requaire

Posted: 07 Sep 2016, 16:14
by atrol
There is no configuration option for it.
You would have to write a plugin or to change source to get what you want.

Re: set Select Profile: Platform, OS, OS Version as requaire

Posted: 14 Sep 2016, 08:41
by oska-69
I solve this problem by hide Select Profile

Code: Select all

$g_enable_profiles = OFF;
and create it as a custom fields whith required option. It works well.