chg: [analyst-data:delete] Make deletion `hard` by default

notes
Sami Mokaddem 2024-02-01 15:03:58 +01:00
parent c4fc994857
commit 727ca98f93
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class AnalystDataController extends AppController
$this->render('add');
}
public function delete($type = 'Note', $id, $hard=false)
public function delete($type = 'Note', $id, $hard=true)
{
$this->__typeSelector($type);
$params = [