allcount / allcountjs

Rapid application development framework for Node.js
http://allcountjs.com
MIT License
402 stars 83 forks source link

Actions listing bug #113

Closed bholebababa closed 8 years ago

bholebababa commented 8 years ago

Have changed the /actions endpoint from get to post since selectedItems is an array and is not being sent in get request

paveltiunov commented 8 years ago

Ah. Great. Is it fix for #110? Also should we do corresponding changes in angular side?

bholebababa commented 8 years ago

yes I have raised a pull request for this.

On 29-Mar-2016, at 15:19, Pavel Tiunov notifications@github.com wrote:

Ah. Great. Is it fix for #110 https://github.com/allcount/allcountjs/issues/110? Also should we do corresponding changes in angular side?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/allcount/allcountjs/pull/113#issuecomment-202809855

paveltiunov commented 8 years ago

Fixes #110.