Skip to content

Commit 74060a1

Browse files
Merge branch 'development' of https://github.com/codeinwp/visualizer into issue-637
2 parents 99f49a5 + db9cc83 commit 74060a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ matrix:
1818
env: TEST_SUITE=Wraith_Visual_Regression_Testing WRAITH_FAIL=5
1919
script: "./bin/wraith.sh"
2020
- name: Cypress
21+
if: type IN (pull_request)
2122
language: node_js
2223
node_js:
2324
- 10.8

classes/Visualizer/Module/Chart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,6 +1331,7 @@ public function saveQuery() {
13311331
);
13321332
$render->data = json_encode( $source->getRawData() );
13331333
$render->series = json_encode( $source->getSeries() );
1334+
$render->id = $chart_id;
13341335
} else {
13351336
$render->message = $error;
13361337
}

0 commit comments

Comments
 (0)