Roi popupmenu fix#4612
Merged
sbesson merged 4 commits intoome:regionsfrom May 6, 2016
Merged
Conversation
|
Tested using OMERO.insight-5.3.0-m2-99-8fc6db6-ice35-b113-mac regions-omero.docker.openmicroscopy.org DB: user-14 Behaves as expected. |
- "Create folder" active on single selection - "Remove folder" only active when ROI is in a folder
Member
Author
|
Sorry, @pwalczysko discovered a few more inconsistencies. Has to be re-reviewed, because I added the the bugfix commit to this PR, otherwise I would create merge conflicts. Test (Last three items on Trello checkbox):
|
Member
|
All works as expected, including the bugs fixed by the last commits #4612 (comment) and also tested the Default loading of the folders - also as expected. Ready to merge. |
|
|
||
| /** | ||
| * Instantiate the popup menu | ||
| * @param controller class which has interface ROIActionController that |
Member
There was a problem hiding this comment.
/home/slave/workspace/OMERO-build/src/components/insight/SRC/org/openmicroscopy/shoola/agents/measurement/util/roimenu/ROIPopupMenu.java:89: warning - @param argument "controller" is not a parameter name.
Member
Author
|
Thanks @sbesson . Just fixed the comment, no re-testing necessary. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The ROI context menu didn't work properly when triggered by right click on the ROIs in the image viewer. See respective point on checklist on the Trello card - ROI Folders Insight Bugs/RFEs This PR fixes the problems.
Test: Check that the ROI context menu triggered from the image viewer works like the context menu triggered from the ROI table (and that both work like expected).