autocomplete for columns
This commit is contained in:
@@ -315,7 +315,8 @@ class SettingsController extends Controller
|
||||
$connection = $this->getConnection();
|
||||
$platform = PlatformFactory::getPlatform($connection);
|
||||
$columns = $platform->getColumns(
|
||||
$this->request->getParam($table)
|
||||
$this->request->getParam($table),
|
||||
$this->request->getParam("input")
|
||||
);
|
||||
|
||||
return $columns;
|
||||
|
||||
Reference in New Issue
Block a user