diff --git a/CHANGELOG.md b/CHANGELOG.md index 73cf5b602..11798ee45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased ### Fixed +- Can add dataset to spaces - fixed error when no spaces would load. [#274](https://github.com/clowder-framework/clowder/issues/274) - Typos "success" when returning status from API and "occurred" when logging to console. ### Added diff --git a/app/views/spaces/spaceSelect.scala.html b/app/views/spaces/spaceSelect.scala.html index ebec75238..02121589e 100644 --- a/app/views/spaces/spaceSelect.scala.html +++ b/app/views/spaces/spaceSelect.scala.html @@ -27,7 +27,7 @@ allowClear: true, ajax: { url: function(params) { - return jsRoutes.api.Spaces.listCanEdit(params.term, null, 5).url; + return jsRoutes.api.Spaces.listCanEdit(params.term, null, null, 5).url; }, data: function(params) { return { title: params.term };