By:
Ahmed Mowafy First we will define webinject and nagios.Read more
First we will define webinject and nagios.Read more
To associate default user in case tracker project:
1-Add a CCK user reference field "Default assignee" in the project content type.
2-Create ajax function on .js file :
function get_default_assignee(path, field_id) { var field = $('#'+ field_id).val(); $.ajax({ async:true, type:"GET", url:path + "get/default/assignee/" + field, success:function(data) { $("input[@id=edit-assign-to]").attr('value',data); } }); }
3-In your .module file create menu item :
AdHack is an innovative online marketplace for advertising work,...