Skip to content

feat(unassigned-tasks): initial fixes #5731

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

Merged
merged 6 commits into from
Oct 7, 2021

Conversation

dedywahyudi
Copy link
Contributor

@dedywahyudi dedywahyudi commented Oct 5, 2021

@luizrrodrigues luizrrodrigues merged commit 59b107f into develop Oct 7, 2021
Comment on lines +81 to +91
let filteredChallenges = sortedChallenges;
filteredChallenges = sortedChallenges.filter((ch) => {
if (ch.type === 'Task'
&& ch.task
&& ch.task.isTask
&& ch.task.isAssigned
&& Number(ch.task.memberId) !== Number(userId)) {
return null;
}
return ch;
});
Copy link
Collaborator

Choose a reason for hiding this comment

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

@SathyaJayabal This filter other members TaaS payment in FE.

@dedywahyudi dedywahyudi deleted the feature/unassigned-tasks branch June 3, 2022 14:46
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