Commit 10c4dc4ac540e8fa861fc1f8090eed61994ebda2
1 parent
9ce856f7
Exists in
staging
and in
4 other branches
api: expose article position
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
lib/noosfero/api/entities.rb
| @@ -67,6 +67,7 @@ module Noosfero | @@ -67,6 +67,7 @@ module Noosfero | ||
| 67 | expose :votes_for | 67 | expose :votes_for |
| 68 | expose :votes_against | 68 | expose :votes_against |
| 69 | expose :setting | 69 | expose :setting |
| 70 | + expose :position | ||
| 70 | end | 71 | end |
| 71 | 72 | ||
| 72 | class Article < ArticleBase | 73 | class Article < ArticleBase |