percolator icon indicating copy to clipboard operation
percolator copied to clipboard

Fixing bug on calling CRUDCollection and other improvements.

Open hgarcia opened this issue 11 years ago • 0 comments

Fixes the bug when calling res.collection(items, listOptions) instead of res.collection(items, listOptions.key)

Fixes a bug (link not generated) when the value of the key given is a falsy value

Incorporates the suggestion by Kieren on adding another option to indicate if we want to use the key to return a keyed object. (Added test).

hgarcia avatar Oct 16 '14 14:10 hgarcia