Branch: refs/heads/QA_5_2 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 85bb6353611f9569b87f70e241283b6dd786a18d https://github.com/phpmyadmin/phpmyadmin/commit/85bb6353611f9569b87f70e241283b6dd786a18d Author: Eric P <[email protected]> Date: 2022-07-22 (Fri, 07 July 2022) -03:00
Changed paths: M templates/table/insert/column_row.twig Log Message: ----------- Set data type should be an array in column_row.twig template (#17650) The column_row.twig template that was introduced with version 5.2.0 seems to define set fields as single values rather than as array values. This causes any inserts to set fields to fail and result in a blank page. The previous version had sets properly defined as arrays: https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_5_1_4/libraries/classes/InsertEdit.php#L1307 Fixes: #17557 Signed-off-by: Eric Perrino <[email protected]> Signed-off-by: MaurĂcio Meneghini Fauth <[email protected]> _______________________________________________ Git mailing list [email protected] https://lists.phpmyadmin.net/mailman/listinfo/git
