irods-contrib / irods-cloud-browser

DFC Web Based cloud browser
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

When asking for a non-existing collection under the search view, an error 500 is returned #166

Open chexare opened 8 years ago

chexare commented 8 years ago

In this case if a new ID is passed, the backend should return an empty collection rather than capturing the error in the front.

michael-conway commented 8 years ago

was patched over in js, need to add a blank JSON md template response in back end service layer instead of 500