Skip to content

Job Source Actions - #2046

Merged
labkey-susanh merged 22 commits into
developfrom
fb_jobSourceActions
Aug 12, 2026
Merged

Job Source Actions#2046
labkey-susanh merged 22 commits into
developfrom
fb_jobSourceActions

Conversation

@labkey-susanh

@labkey-susanh labkey-susanh commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Rationale

We recently added the ability for our LIMS users to add sources to jobs. We are now adding actions that can be performed using these sources.

Related Pull Requests

Changes

  • Export RadioGroupInput for use in ui-premium
  • Rename hasSampleWorkflowDeletePermission to hasWorkflowDeletePermission
  • Rename resolveSampleParentTypes to resolveEntityParentTypes to support resolution of multiple parent types for sources and samples
  • Add popoverPlacement property to SelectionMenuItem

const sampleType = caseInsensitive(row, 'SampleSet')?.displayValue;
const entityType =
entitySchema === SCHEMAS.SAMPLE_SETS.SCHEMA
? caseInsensitive(row, 'SampleSet')?.displayValue

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: move the SCHEMAS.SAMPLE_SETS.SCHEMA? condition inside caseInsensitive call

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Readability is in the eye of the beholder. I think I'll leave it as is.

@labkey-susanh
labkey-susanh merged commit 2ce790c into develop Aug 12, 2026
3 checks passed
@labkey-susanh
labkey-susanh deleted the fb_jobSourceActions branch August 12, 2026 22:19
Sign up for free to 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