Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
Fix#310: Fix redirection of view all submissions Tab(#312)
Browse files Browse the repository at this point in the history
* fixed_view_all_submission

* fix_tabs_inconsistancy_for_challenge_host

Co-authored-by: Rishabh Jain <[email protected]>
  • Loading branch information
Kajol-Kumari and RishabhJain2018 authored May 30, 2020
1 parent ada5b64 commit 027e748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/services/challenge.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export class ChallengeService {
});
SELF.fetchPhases(id);
SELF.fetchPhaseSplits(id);
SELF.changeChallengeHostStatus(false);
this.apiService.getUrl(API_PATH).subscribe(
data => {
if (data['id'] === parseInt(id, 10)) {
Expand Down

0 comments on commit 027e748

Please sign in to comment.