phpmyadmin/templates
Lakshay arora 2aecbf41e1 Fixes error in foreign key sql generation + drop foreign key contraint (#14031)
* Fixes error in foreign key sql genration, issue #14030
Changed:
	templates/table/relation/foreign_key_row.twig
The destination_column_names were getting passed as a 1d array, the names when extracted gave a string. Passing it as a 2d array (see templates/table/relation/foreign_key_row.twig lines 123,133) fixes the issue.

Sign-Off-By: Lakshay arora (b16060@students.iitmandi.ac.in)

* Fixes error in foreign key sql generation + drop foreign key contraint, issue #14030
Changed:
	templates/table/relation/foreign_key_row.twig

Fix #13941
Fix #14009
Close #14037
Close #14010

Signed-off-by: Lakshay arora <b16060@students.iitmandi.ac.in>
(cherry picked from commit 00b59624e3)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-03-27 16:02:33 -03:00
..
columns_definitions Fix wrong variable 2017-12-02 19:24:17 -02:00
components Port some templates to Twig 2017-04-20 00:14:06 -03:00
config/form_display Use template for displayFormBottom 2017-11-10 19:19:43 -02:00
console Fix rendering of bookmarks in console 2017-06-13 11:17:27 +02:00
database Addapt getHtmlForTableNavigation to twig template 2018-03-23 00:34:26 -03:00
display Use template for getHtmlForExportOptionsOutput 2018-01-13 00:11:19 -02:00
encoding Use template for kanjiEncodingForm method 2017-11-22 23:19:49 -02:00
error Port some templates to Twig 2017-05-10 21:05:26 -03:00
export Port templates to Twig 2017-06-29 01:34:18 -03:00
javascript Port templates to Twig 2017-06-29 01:34:18 -03:00
list Fix rendering of items on main page 2017-07-21 14:39:33 +02:00
login Do not show verify button on invalid 2fa 2017-11-27 16:17:12 +01:00
navigation Port navigation/logo template to Twig 2017-10-18 12:34:02 -02:00
privileges Fix variables wrongly wrapped with an array 2017-12-18 12:47:12 -02:00
server Avois passing extension to Util::getImage 2017-11-27 14:24:42 +01:00
table Fixes error in foreign key sql generation + drop foreign key contraint (#14031) 2018-03-27 16:02:33 -03:00
test Remove '_twig' from test template names 2017-10-29 18:41:14 -02:00
checkbox.twig Port some templates to Twig 2017-04-20 00:14:06 -03:00
div_for_slider_effect.twig Refactor variable names in Twig templates 2017-05-09 23:39:41 -03:00
dropdown.twig Refactor variable names in Twig templates 2017-05-09 23:39:41 -03:00
filter.twig Refactor variable names in Twig templates 2017-05-09 23:39:41 -03:00
fk_checkbox.twig Use template for Util::getFKCheckbox method 2017-12-27 23:44:23 -02:00
header_location.twig Small refactoring in preparation to CSP. 2017-05-27 22:54:49 +03:00
prefs_autoload.twig Remove inline CSS 2017-05-22 23:21:03 -03:00
prefs_twofactor_configure.twig Better name for twofactor configuration endpoint 2017-11-27 16:20:20 +01:00
prefs_twofactor_confirm.twig Better name for twofactor configuration endpoint 2017-11-27 16:20:20 +01:00
prefs_twofactor.twig List missing deps on twofactor configuration page 2017-11-27 16:37:00 +01:00
preview_sql.twig Port some templates to Twig 2017-04-23 16:53:19 -03:00
radio_fields.twig Port some templates to Twig 2017-04-23 16:53:19 -03:00
secondary_tabs.twig Port some templates to Twig 2017-04-23 16:53:19 -03:00
select_all.twig Refactor variable names in Twig templates 2017-05-09 23:39:41 -03:00
select_lang.twig Port some templates to Twig 2017-07-26 16:47:11 -03:00
start_and_number_of_rows_panel.twig Port some templates to Twig 2017-04-20 00:14:06 -03:00
theme_preview.twig Use template for Theme::getPrintPreview method 2017-12-27 00:23:24 -02:00
toggle_button.twig Fix broken link in toggle button 2017-12-10 11:42:53 -02:00
view_create.twig Port some templates to Twig 2017-07-26 16:47:11 -03:00