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

Efrs 1174/bug f ix subject scrolling of the list of uploaded file does not work correctly #672

Conversation

smchedlidze826
Copy link
Contributor

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2021

CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheckcla in this Pull Request

@@ -55,6 +61,12 @@ export class CollectionManagerSubjectLeftContainerComponent implements OnInit {
this.subjectsList$ = this.collectionLeftFacade.subjectsList$;
this.isPending$ = this.collectionLeftFacade.isPending$;
this.apiKey$ = this.collectionLeftFacade.apiKey$;
this.collectionItemsSubs = combineLatest([this.currentSubject$, this.collectionRightFacade.collectionItems$])
.pipe(
map(([, collection]) => collection.filter(item => item.status === CircleLoadingProgressEnum.InProgress)),
Copy link
Collaborator

Choose a reason for hiding this comment

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

is there a need for combineLatest since we are not using the result of this.currentSubject$?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@smchedlidze826 smchedlidze826 merged commit 9d58b64 into master Dec 7, 2021
@smchedlidze826 smchedlidze826 deleted the EFRS-1174/BugFIx-Subject-scrolling-of-the-list-of-uploaded-file-does-not-work-correctly branch December 7, 2021 08:29
@github-actions github-actions bot locked and limited conversation to collaborators Dec 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants