ome / omero-parade

OMERO.web plugin for displaying Dataset thumbnails or Plates in webclient center panel
GNU Affero General Public License v3.0
1 stars 12 forks source link

Search page fixes #34

Closed will-moore closed 6 years ago

will-moore commented 6 years ago

This fixes loading of column data in the /parade/ search page. Also adds @login_required to the search page to redirect to login screen if not logged in.

To test:

NB: As discussed, if too many images are shown, loading data with query string ?image=1234&image=5678.... will exceed 4k length limit of gunicorn. Need to use different query or load data in batches or POST etc.