
Branch: refs/heads/QA_5_1 Home: https://github.com/phpmyadmin/phpmyadmin Commit: f7a328842d8d3d473e5b904c4b6b316ba3bf8cef https://github.com/phpmyadmin/phpmyadmin/commit/f7a328842d8d3d473e5b904c4b6b... Author: William Desportes <williamdes@wdes.fr> Date: 2021-08-31 (Tue, 08 August 2021) +02:00 Changed paths: M libraries/classes/Controllers/CheckRelationsController.php Log Message: ----------- Fix #16906 - Fix the caching effect on the feature list Before this fix you needed to click twice on create tables to see a full list of green checks. As part of the values where fetched by a global and the feature list values by this $cfgRelation passed as a parameter. This was visible when the pmadb existed but had no tables in it. Signed-off-by: William Desportes <williamdes@wdes.fr>