CollabPress
CollabPress copied to clipboard
Single Task: Date Picker is shown by default.
When viewing a single task, the date picker is shown by default on the bottom of the page. This closes only after you click "Edit" and select the "Due" field.
Issue arises due to the following (line 108) in content-single-taks.php ?
.datepicker( 'setDate', '<?php echo cp_get_task_due_date( cp_get_task_id() ) ?>' ); // init the datepicker
Hey Ben,
thanks for the bug report and tracking it down! I'll fix this when I have some time next week to work on the plugin.