Skip to content

Commit

Permalink
Use resource:container for loading study images
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Dec 7, 2022
1 parent 9743a5d commit 52ed6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idr_gallery/static/idr_gallery/omero_search_form.js
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ class OmeroSearchForm {
name: NAME_KEY,
value: studyName,
operator: "equals",
resource: "project", // NB: this works for screens too!
resource: "container",
});
// if pagination data object exists, we are loading next pages...
const pagination = $studyRow.data("pagination");
Expand Down

0 comments on commit 52ed6ab

Please sign in to comment.