Project

General

Profile

Actions

Bug #69212

closed

Truncate table in extension "extensionmanager"

Added by Boris Günther almost 9 years ago. Updated almost 9 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2015-08-20
Due date:
% Done:

0%

Estimated time:
0.25 h
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

Hi all,

could you please change the code in extension manager in the following

file
"EXT:extensionmanager/Classes/Utility/Repository/Helper.php"

method:
"updateExtList()"

Current code:

$this->getDatabaseConnection()->exec_TRUNCATEquery('tx_extensionmanager_domain_model_extension');

Requested code:

$this->getDatabaseConnection()->exec_DELETEquery('tx_extensionmanager_domain_model_extension', 'repository = '.intval($this->repository->getUid()));

It should be done in both versions 6.2 and 7.x.

Thank you in advance!

Best regards

Boris

Actions

Also available in: Atom PDF