todo added

This commit is contained in:
Michael Vogel 2019-06-23 12:01:14 +02:00
parent f84e2e9d93
commit 9559266075
1 changed files with 1 additions and 1 deletions

View File

@ -1080,7 +1080,7 @@ class Item extends BaseObject
} }
// When the permission set will be used in photo and events as well, // When the permission set will be used in photo and events as well,
// this query here needs to be extended. // this query here needs to be extended.
// Currently deactivated. We need the permission set in the deletion process. // @todo Currently deactivated. We need the permission set in the deletion process.
// This is a reminder to add the removal somewhere else. // This is a reminder to add the removal somewhere else.
//if (!empty($item['psid']) && !self::exists(['psid' => $item['psid'], 'deleted' => false])) { //if (!empty($item['psid']) && !self::exists(['psid' => $item['psid'], 'deleted' => false])) {
// DBA::delete('permissionset', ['id' => $item['psid']], ['cascade' => false]); // DBA::delete('permissionset', ['id' => $item['psid']], ['cascade' => false]);