Commit d46c4af21b612797bb1af8ead557f066c3abeab0
Exists in
master
and in
11 other branches
Merge branch 'master' of gitlab.com:participa/proposal-app
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/main.js
| @@ -29,7 +29,7 @@ if(participa){ | @@ -29,7 +29,7 @@ if(participa){ | ||
| 29 | //var proposal_discussion = '401'; //casa | 29 | //var proposal_discussion = '401'; //casa |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | -var noosferoAPI = host + '/api/v1/articles/' + proposal_discussion + '?private_token=' + private_token; | 32 | +var noosferoAPI = host + '/api/v1/articles/' + proposal_discussion + '?private_token=' + private_token + '&fields=id,children,categories,abstract,body,title,image,url'; |
| 33 | 33 | ||
| 34 | $.getJSON(noosferoAPI) | 34 | $.getJSON(noosferoAPI) |
| 35 | .done(function( data ) { | 35 | .done(function( data ) { |