PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.4.8
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.4.8
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | classes/Visualizer/Module/Chart.php +3 -0 3.4.73.4.8 View file →
@@ -1061,8 +1061,11 @@
1061 1061
1062 1062 // delete editor related data.
1063 1063 delete_post_meta( $chart_id, Visualizer_Plugin::CF_EDITOR );
1064 1064
1065 + // delete this so that a JSON import can be later edited manually without a problem.
1066 + delete_post_meta( $chart_id, Visualizer_Plugin::CF_EDITABLE_TABLE );
1067 +
1065 1068 $source = null;
1066 1069 $render = new Visualizer_Render_Page_Update();
1067 1070 if ( isset( $_POST['remote_data'] ) && filter_var( $_POST['remote_data'], FILTER_VALIDATE_URL ) ) {
1068 1071 $source = new Visualizer_Source_Csv_Remote( $_POST['remote_data'] );