cul-it / agrisufia

0 stars 0 forks source link

\collections should show list of collections #25

Open elrayle opened 9 years ago

elrayle commented 9 years ago

Hydra::Collections engine gen defines a path \collections which should show a list of collections. It is unknown whether this should be the current users collections or all visible collections. But right now, it gets an error.

list_collections_fails

NOTE: Trying to execute the 'show' action instead of the 'index' action.

Sufia uses hydra-collections for collections.

Basic code chain... Sufia:CollectionsController includes Sufia:CollectionsControllerBehavior includes Hydra::CollectionsControllerBehavior
which should execute the index method, but it does not appear to be executing

elrayle commented 9 years ago

Let's wait until after the Sufia sprint and see if this is still an issue.