-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query string ids #225
Query string ids #225
Conversation
Seems
|
Is it possible it was only testing the changes in that one commit? |
Yes, I think so. I didn't have pre-commit enabled for the previous commit. |
Need to make sure we don't break anything for mapr before changing map-anns
This ports the changes from ome/omero-web#225
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I select multiple images and click on the Link to this
button I get https://merge-ci.openmicroscopy.org/web/webclient/?show=image-85518|image-85519|image-85523|image-85564|...
Is this query format in scope for the PR, or a separate issue?
Editting map-annotations seems to be broken, both individual and batch edit.
Tagging multiple images sometimes works but there's some weird behaviour. In a dataset with >500 images:
- Add a tag to the first image in the dataset.
- Select 500 images including the first one. The tag appears in the right hand panel even though it's only applied to the first image:
Save
. The tag is not applied to the other 499 images.- If instead I select just 4 images including the first, the dialog appears as expected.
Adding and saving the tag applies to the selected images.
Adding and deleting a comment on 500 images works.
Select 500 images. Click the +
under attachments. The Choose attachments
seems to get stuck on Loading attachments
. Is it perhaps running a query for each image?
Adding/removing ratings from 500 images works. Noticed an anomaly unrelated to this PR #230
Several issues here, I'm not sure which are due to this PR and which are existing issues that have only become apparent due to this PR letting you select more images than previously, so feel free to indicate what is/isn't in scope.
5f6461c
to
3e399ad
Compare
3e399ad
to
691710a
Compare
http://idr.openmicroscopy.org/webclient/?show=dataset-3558 is a good candidate for testing - filtering by anything else except by name does not work - hopefully can be fixed by the present PR |
Bug: Error when annotating many images with KVP:
|
If a KVP (or, I suspect, any annotation) is added to many objects, the tooltip is trying to list all of them, but it does not go very far, instead listing just listing one image 1 repeatedly - it is very hard to screenshot a tooltip, sorry. But this can be seen on the KVP "home" (there is no value to it), which was added to all images of https://merge-ci.openmicroscopy.org/web/webclient/?show=dataset-13651 |
@jburel - I'd love to try and get this merged. Could you see if you're still getting the errors you reported above for the Tag dialog? Thanks. |
The tag dialog loads but it takes time and b/c there is no feedback e.g. spinner I end up having a blank dialog for a good amount of time. |
[exclude] EDIT: removing flag 2022:09:12 |
This pull request has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/help-needed-with-omero-tagging-system/70492/2 |
This pull request has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/omeroweb-visualising-images-on-filtered-sets-for-labeling/71558/2 |
@jburel Another example of users needing to filter larger numbers of images at https://forum.image.sc/t/omeroweb-visualising-images-on-filtered-sets-for-labeling/71558/2 which will expose the issue that this PR addresses... Could you remove the |
With this PR and ome/omero-mapr#64 deployed on |
@pwalczysko @jburel OK for another round of testing, to see if there's any reproducible issues that need fixing? |
Co-authored-by: jean-marie burel <j.burel@dundee.ac.uk>
Went through the RHP entirely (Tags, attachments, Comments, Ratings, download menu, link, scripts, Open With) whilst having 500 images selected today.
|
This pull request has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/autotagging-does-not-work-with-plates/73721/5 |
|
e8b0c61
to
24ba87c
Compare
Excluding this PR ahead of the dependencies upgrade work |
Fix #223
Where URLs use e.g.
?image=1&image=2
, we now also support more concise?image=1,2
.This allows us to avoid query strings becoming too long (greater than 4k) with e.g. 500 images.
Also, where we use
?Image=1,2
, we now also support?Image=1&Image=2
.The webclient now uses the more concise form for loading right panel and loading annotations (required when filtering centre panel).
To test:
omero.web.page_size
set to 500NB: Need to check which parts of this PR need to be ported to mapr, which overrides some parts of webclient.