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

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
oska-69
Posts: 2
Joined: 07 Sep 2016, 09:24

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

Post 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.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

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

Post 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.
Please use Search before posting and read the Manual
oska-69
Posts: 2
Joined: 07 Sep 2016, 09:24

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

Post 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.
Post Reply