Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eric Andrew Lewis

    (@ericlewis)

    This has been fixed in master and will be pushed this week in 1.3.1 with other bug fixes.

    Thread Starter slashCreations

    (@slashcreations)

    Thanks! You seriously rocks!
    Built up a client workspace in 2 days with your plugin!
    Absolutely loving it!

    Thread Starter slashCreations

    (@slashcreations)

    New issue in the 1.3.1.1 version.

    Checkboxes are broken again, here is the fix:
    in functions.php, line 1381, change this:
    <input type="hidden" id="item_complete_status_change_nonce_<?php echo $task->ID; ?>" value="<?php echo wp_create_nonce( 'item-complete-status-change_' . $task->ID ) ?>" />

    to this:
    <input type="hidden" id="item-complete-status-change-nonce_<?php echo $task->ID; ?>" value="<?php echo wp_create_nonce( 'item-complete-status-change_' . $task->ID ) ?>" />

    And it will work again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't check Tasks’ is closed to new replies.