autocomplete for tables
This commit is contained in:
@@ -266,7 +266,8 @@ class SettingsController extends Controller
|
||||
try {
|
||||
$connection = $this->getConnection();
|
||||
$platform = PlatformFactory::getPlatform($connection);
|
||||
$tables = $platform->getTables();
|
||||
$input = $this->request->getParam("input");
|
||||
$tables = $platform->getTables($input);
|
||||
|
||||
$this->logger->debug(
|
||||
"Returning tableAutocomplete(): count(" . count($tables) . ")",
|
||||
|
||||
Reference in New Issue
Block a user