Skip to content
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

refactor(viewer): return label and id in multiple resource selection (DSP-1842 / DSP-1820) #327

Merged
merged 6 commits into from Aug 10, 2021

Conversation

kilchenmann
Copy link
Contributor

resolves DSP-1842 (Expand the "FilteredResources" by label)
and refactor the multiple selection bug DSP-1820 (in detail: https://dasch.myjetbrains.com/youtrack/issue/DSP-1820#focus=Comments-4-3346.0-0)

@kilchenmann kilchenmann changed the title Wip/dsp 1842 get label of selected resources refactor(viewer): return label and id in multiple resource selection Aug 9, 2021
@kilchenmann kilchenmann self-assigned this Aug 9, 2021
@kilchenmann kilchenmann requested a review from mdelez August 9, 2021 14:29
viewResource(status: CheckboxUpdate, withMultipleSelection: boolean, selectedResourceIdx: number [], resChecks: MatCheckbox[]): FilteredResouces {
viewResource(status: CheckboxUpdate, withMultipleSelection: boolean, selectedResourceIdx: number [], resChecks: MatCheckbox[]): FilteredResources {

// console.log('status', status);
Copy link
Contributor

Choose a reason for hiding this comment

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

should all these comments be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh yes. I have to clean up....

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done in f8a4369

Copy link
Contributor

Choose a reason for hiding this comment

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

no worries :)

@kilchenmann kilchenmann changed the title refactor(viewer): return label and id in multiple resource selection refactor(viewer): return label and id in multiple resource selection (DSP-1842 / DSP-1820) Aug 10, 2021
@kilchenmann kilchenmann merged commit 016e22a into main Aug 10, 2021
@kilchenmann kilchenmann deleted the wip/dsp-1842-get-label-of-selected-resources branch August 10, 2021 14:11
@kilchenmann kilchenmann added enhancement New feature or request refactor labels Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants