Skip to content

Commit

Permalink
text(Tinebase/Application): add logging to removeApplicationAuxiliary…
Browse files Browse the repository at this point in the history
…Data
  • Loading branch information
pschuele committed Dec 9, 2024
1 parent 253c77e commit 43df55c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tine20/Tinebase/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,8 @@ public function removeApplicationAuxiliaryData(Tinebase_Model_Application $_appl
);

foreach ($dataToDelete as $dataType => $info) {
Tinebase_Core::getLogger()->info(__METHOD__ . '::' . __LINE__ . ' Deleting ' . $dataType . ' for app'
. $_application->name . ' ...');
switch ($dataType) {
case 'container':
$count = Tinebase_Container::getInstance()->dropContainerByApplicationId($_application->getId());
Expand Down

0 comments on commit 43df55c

Please sign in to comment.