Page 1 of 1

Function to load Assign To user or handler id

Posted: 02 Dec 2021, 08:25
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

Re: Function to load Assign To user or handler id

Posted: 02 Dec 2021, 11:44
by cas
Look at this function:
print_assign_to_option_list( $t_bug->handler_id );

Re: Function to load Assign To user or handler id

Posted: 02 Dec 2021, 16:10
by sintaq
@cas

thanks. appreciated it.
bring me to the project_get_all_user_rows and beyond~~~~~~~~

Re: Function to load Assign To user or handler id

Posted: 02 Dec 2021, 16:42
by cas
If you just need the name of the handler, there is a function to retrieve the handler name also :mrgreen:

Re: Function to load Assign To user or handler id

Posted: 03 Dec 2021, 01:47
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