drop-to-Drafts un-studies one card (new badge, clear due, remove anchor -> inert) (v1.1.4)
This commit is contained in:
@@ -47,6 +47,11 @@ class Plugin extends Base
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// Dropped back into Drafts -> surgically un-study this one card (new badge, no due, inert).
|
||||
if ($dst === $helper->col($task['project_id'], 'draft')) {
|
||||
$helper->park($task['id']);
|
||||
}
|
||||
});
|
||||
|
||||
// Mastery badge under the card title on the board, plus its stylesheet.
|
||||
@@ -81,7 +86,7 @@ class Plugin extends Base
|
||||
|
||||
public function getPluginVersion()
|
||||
{
|
||||
return '1.1.3';
|
||||
return '1.1.4';
|
||||
}
|
||||
|
||||
public function getPluginHomepage()
|
||||
|
||||
Reference in New Issue
Block a user