Custom Bugnote Function

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
ShadowKatmandu
Posts: 20
Joined: 19 May 2014, 19:46

Custom Bugnote Function

Post by ShadowKatmandu »

I want to customize one of the bugnote functions. Nothing huge; I just want to round the time tracking to minutes evenly divisible by 3. The custom_functions_inc.php file allows for overriding some functions, but (if I understand the documentation correctly) none of the bugnote functions. I want to create custom_function_override_bugnote_set_time_tracking( $p_bugnote_id, $p_time_tracking ), but there does not seem to be a way to make this work. The customizable functions listed in the documentation did not include anything which referenced a bugnote being updated as near as I could tell. Is there a way for me to do this?
Post Reply