-
Notifications
You must be signed in to change notification settings - Fork 15
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
Filter studies by group #75
Conversation
Tested the changes and settings in our environment too. Works like a charm! |
package.json
Outdated
@@ -27,7 +27,7 @@ | |||
"images" | |||
], | |||
"author": "OME", | |||
"license": "MIT", | |||
"license": "GPLv3", |
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.
This change of license needs to be mentioned
Mistake in first place?
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.
Isn't the license AGPL-3.0
? In general 👍 for fixing the inconsistency and prevent confusion
Tested on merge-ci. Works as expected. Probably a different-PR topic |
@pwalczysko the "studies" naming isn't configurable, no. You could create an issue if it's something that would be useful? |
#78 for comment above |
See #28 (comment) and https://forum.image.sc/t/customization-of-omero-gallery/46336/7
This allows filtering of Studies in the 'Categories' UI by Group name.
To test:
-
$ omero config append omero.web.gallery.filter_keys '"Group"'
(NB: merge-ci currently configured with["Name", "Group"]
).cc @abhamacher