phpmyadmin/libraries/classes/Controllers/Table
William Desportes 6230c197dd
Fix PHP warning on GIS visualization when there is only one GIS column
```
Warning in ./libraries/classes/Controllers/Table/GisVisualizationController.php#174
 Undefined array key "labelColumn"

Backtrace

Routing.php#191: PhpMyAdmin\Controllers\Table\GisVisualizationController->__invoke(
,
array,
)
./../../../../index.php#43: PhpMyAdmin\Routing::callControllerForRoute(
,
string '/table/gis-visualization',
,
,
)
```
Structure:
- A table with only one GIS column

Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-10 14:05:34 +02:00
..
Maintenance Accept mixed for DatabaseName and TableName constructors 2021-12-23 16:25:05 -03:00
Partition Accept mixed for DatabaseName and TableName constructors 2021-12-23 16:25:05 -03:00
Structure Fix PHP 8.2: ${var} deprecated string interpolation syntax 2022-07-13 11:14:20 +02:00
AbstractController.php Add type declarations to the controllers contructors 2021-09-11 17:32:22 -03:00
AddFieldController.php Move Relation classes into the ConfigStorage namespace 2021-12-17 12:09:13 -03:00
ChangeController.php Remove stickyfilljs JavaScript dependency 2022-04-27 19:47:31 -03:00
ChangeRowsController.php Remove unused variables 2021-12-03 15:12:56 +00:00
ChartController.php Implement ResultInterface & MysqliResult 2021-12-31 23:59:24 +00:00
CreateController.php Move Relation classes into the ConfigStorage namespace 2021-12-17 12:09:13 -03:00
DeleteConfirmController.php Use only callable controllers 2021-09-11 15:20:46 -03:00
DeleteRowsController.php Move Relation classes into the ConfigStorage namespace 2021-12-17 12:09:13 -03:00
DropColumnConfirmationController.php Make controllers callable 2021-08-30 13:16:29 -03:00
DropColumnController.php Change return type of DatabaseInterface::getError method 2021-12-27 14:43:14 -03:00
ExportController.php Remove useless whitespaces 2021-09-15 17:05:40 -03:00
ExportRowsController.php Remove unused variables 2021-12-03 15:12:56 +00:00
FindReplaceController.php fixed find replace regex issue if no matching result set found 2022-07-19 15:28:43 -03:00
GetFieldController.php Add type declarations to the controllers contructors 2021-09-11 17:32:22 -03:00
GisVisualizationController.php Fix PHP warning on GIS visualization when there is only one GIS column 2022-09-10 14:05:34 +02:00
ImportController.php Fix var annotation for Charset and Collation 2021-12-09 22:25:58 +00:00
IndexesController.php Fix preview SQL modal not working inside Index modal 2022-06-15 20:09:13 -03:00
IndexRenameController.php Add type declarations to the controllers contructors 2021-09-11 17:32:22 -03:00
OperationsController.php Fix Table\OperationsController failing test 2022-05-21 16:35:36 -03:00
PrivilegesController.php Fix checking db and table privileges when case is sensitive 2022-05-26 16:05:58 -03:00
RecentFavoriteController.php Remove useless whitespaces 2021-09-15 17:05:40 -03:00
RelationController.php Change QUERY_STORE to QUERY_BUFFERED 2022-01-01 01:46:01 +00:00
ReplaceController.php Fix errors in InsertEdit 2022-06-04 19:06:16 +01:00
SearchController.php Remove stickyfilljs JavaScript dependency 2022-04-27 19:47:31 -03:00
SqlController.php Remove stickyfilljs JavaScript dependency 2022-04-27 19:47:31 -03:00
StructureController.php Create VO classes for each RelationParameters features 2021-12-26 19:17:58 -03:00
TrackingController.php Implement ResultInterface & MysqliResult 2021-12-31 23:59:24 +00:00
TriggersController.php Add type declarations to the controllers contructors 2021-09-11 17:32:22 -03:00
ZoomSearchController.php Remove stickyfilljs JavaScript dependency 2022-04-27 19:47:31 -03:00