Assign to Order?

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
malo.conny
Posts: 10
Joined: 12 Aug 2009, 10:15
Contact:

Assign to Order?

Post by malo.conny »

It is possible to change the order of the user-list in the "Assign To" select-field?
I have set the

Code: Select all

	$g_show_realname = ON;
	$g_sort_by_last_name = ON;
in my config.
It is possible to order the name in the list of this field by last name?

Other ask:
It is possibel to hide or deactivate the menu-point "Roadmap" and "Change Log"?

I use mantis version 1.2.0rc1 with own css.

Thanks for your time and help and sorry for my bad englsih.
Kirill
Posts: 640
Joined: 25 Nov 2007, 08:05
Location: Kaliningrad, RF
Contact:

Re: Assign to Order?

Post by Kirill »

Code: Select all

$g_view_changelog_threshold = NOBODY;
$g_roadmap_view_threshold = NOBODY;
malo.conny
Posts: 10
Joined: 12 Aug 2009, 10:15
Contact:

Re: Assign to Order?

Post by malo.conny »

Sorry for your answer, dosnt work. The list in the select-field is the same. I will list the names in the filed with ASC or DESC. Is this possible?

Thanks for the time and reply.
Kirill
Posts: 640
Joined: 25 Nov 2007, 08:05
Location: Kaliningrad, RF
Contact:

Re: Assign to Order?

Post by Kirill »

I ask about changelog and roadmap.
for your first question try set

Code: Select all

$g_sort_by_last_name = OFF;
malo.conny
Posts: 10
Joined: 12 Aug 2009, 10:15
Contact:

Re: Assign to Order?

Post by malo.conny »

Thanks, works fine!.

It is possible to order by last name and view first last name; example: surename, name
Thanks for your help and time
Post Reply