Skip to content

Job Source Actions - #2046

Open
labkey-susanh wants to merge 19 commits into
developfrom
fb_jobSourceActions
Open

Job Source Actions#2046
labkey-susanh wants to merge 19 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.

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