parent
9b41307a76
commit
6413a30c35
@ -367,7 +367,7 @@ export default class Analytics extends Component {
|
||||
|
||||
@task
|
||||
*fetchPostTask() {
|
||||
const result = yield this.store.query('post', {filter: `id:${this.post.id}`, limit: 1});
|
||||
const result = yield this.store.query('post', {filter: `id:${this.post.id}`, include: 'count.clicks,count.conversions,count.paid_conversions,count.positive_feedback,count.negative_feedback', limit: 1});
|
||||
this.post = result.toArray()[0];
|
||||
|
||||
if (this.post.email) {
|
||||
|
Loading…
Reference in New Issue
Block a user