Skip to content

Issue 41014: fix flagging of flow FCSAnalysis wells - #1434

Merged
labkey-kevink merged 1 commit into
release20.7-SNAPSHOTfrom
20.7_fb_comment_41014
Jul 30, 2020
Merged

Issue 41014: fix flagging of flow FCSAnalysis wells#1434
labkey-kevink merged 1 commit into
release20.7-SNAPSHOTfrom
20.7_fb_comment_41014

Conversation

@labkey-kevink

Copy link
Copy Markdown
Contributor

Rationale

Flagging flow wells broke after flow objects were refactored to implement Identifiable.

The SetFlagAction uses ExperimentService.findObjectFromLSID() to resolve Identifiable objects using LsidManager.getObject(lsid) and expects the result to implement ExpObject. After refactoring flow objects to implement Identifiable, FlowFCSAnalysis objects are now found before the underlying ExpData object. The fix is to teach Identifiable how to get a corresponding ExpObject which the SetFlag action can use to set the comment.

Related Pull Requests

Changes

  • add Identifiable.getExpObject() for attaching flag comment
  • also fix some unencoded strings

- add Identifiable.getExpObject() for attaching flag comment
- also fix some unencoded strings
@labkey-kevink
labkey-kevink merged commit e044aa9 into release20.7-SNAPSHOTJul 30, 2020
@labkey-kevink
labkey-kevink deleted the 20.7_fb_comment_41014 branch July 30, 2020 04:13
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@labkey-kevink@labkey-jeckels