PluginProbe
Taskbuilder – Project Management & Task Management Tool With Kanban Board / 6.0.6
Taskbuilder – Project Management & Task Management Tool With Kanban Board v6.0.6
6.0.6 6.0.5 6.0.2 6.0.3 6.0.4 6.0.1 6.0.0 5.0.8 5.0.9 4.0.9 5.0.0 5.0.1 5.0.2 5.0.3 5.0.4 5.0.5 5.0.6 5.0.7 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 All 58 releases
← All changes | includes/admin/tasks/wppm_add_new_task.php +1 -1 5.0.86.0.6 View file →
@@ -320,9 +320,9 @@
320 320 }
321 321
322 322 function wppm_select_project(){
323 323 jQuery('.wppm_filter_display_element').hide();
324 - <?php do_action('wppm_display_cf_by_project') ?>
324 + <?php do_action('wppm_display_cf_by_project',$proj_id) ?>
325 325 }
326 326
327 327 function wppm_create_task(e){
328 328 if(!jQuery('#wppm_task_name').val()){