Function to load Assign To user or handler id

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
sintaq
Posts: 70
Joined: 12 Oct 2017, 11:38

Function to load Assign To user or handler id

Post by sintaq »

Hi,
Am doing some small customization at my installation but having problem to identify function used to load the handler id. I need to understand how system load the handler id in order to proceed with my customization.

Any idea where I should look at? Appreciate the guide. Thanks
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Function to load Assign To user or handler id

Post by cas »

Look at this function:
print_assign_to_option_list( $t_bug->handler_id );
sintaq
Posts: 70
Joined: 12 Oct 2017, 11:38

Re: Function to load Assign To user or handler id

Post by sintaq »

@cas

thanks. appreciated it.
bring me to the project_get_all_user_rows and beyond~~~~~~~~
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Function to load Assign To user or handler id

Post by cas »

If you just need the name of the handler, there is a function to retrieve the handler name also :mrgreen:
sintaq
Posts: 70
Joined: 12 Oct 2017, 11:38

Re: Function to load Assign To user or handler id

Post by sintaq »

@cas

so far, project_get_all_user_rows function is where i need to custom.

will get in touch if i need more help. you rawwkkkk
Post Reply