Hi Will,
I'm using a read-only project for the public-viewable images.
To get the multiple saved rendering presets, I was making all the users, except the public user, owners of the dataset, and then they can save settings. The public user cannot save settings, but I had a wierd bug where for one image only, a setting for public user appeared. Then this morning, a colleague uploaded more images as non-public user, and the images appeared with saved settings for their user plus the public one. Public user cannot save new settings in iViewer, and still has read-only rights. Very strange.
To resolve the default settings being random for the public user, I think we are getting rid of all users except a user called Default Settings who will be the owner of the dataset and images, and the public user who is just a member of the read-only project.
I have tried both of your suggests for erasing all settings for an image (I assumed that the number on the end of the command below was the image ref?
- Code: Select all
$ bin/omero delete Image/RenderingDef:123
I also tried:
- Code: Select all
$ omero delete RenderingDef:25862
with the number being the one shown for the button when inspected in the browser.
I tried clearing the omero web cache and restarting omero, but the settings are not removed. Any ideas why?
Thanks a lot for you help