We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2f46e commit a596d16Copy full SHA for a596d16
classes/Visualizer/Module/Chart.php
@@ -1062,6 +1062,9 @@ public function uploadData() {
1062
// delete editor related data.
1063
delete_post_meta( $chart_id, Visualizer_Plugin::CF_EDITOR );
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
+
1068
$source = null;
1069
$render = new Visualizer_Render_Page_Update();
1070
if ( isset( $_POST['remote_data'] ) && filter_var( $_POST['remote_data'], FILTER_VALIDATE_URL ) ) {
0 commit comments