-
-
Notifications
You must be signed in to change notification settings - Fork 888
Add disable private sub #4627
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
base: master
Are you sure you want to change the base?
Add disable private sub #4627
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4627 +/- ##
==========================================
- Coverage 72.93% 69.24% -3.70%
==========================================
Files 83 21 -62
Lines 5368 3638 -1730
==========================================
- Hits 3915 2519 -1396
+ Misses 1453 1119 -334
... and 64 files with indirect coverage changes
... and 64 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
…o add_disable_private_sub
<td>{{key.submitted_at | date:'medium'}}</td> | ||
|
||
<td ng-if="challenge.currentPhaseLeaderboardPublic" class="center"> | ||
<td ng-if="!challenge.disable_private_submission && challenge.currentPhaseLeaderboardPublic" class="center"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
!challenge.isStaticCodeUploadChallenge" data-field="file">Environment Logs</th> | ||
<th class="align-center fs-18 w-300" data-field="file">Submitted at</th> | ||
<th class="align-center fs-18 w-300" ng-if="challenge.currentPhaseLeaderboardPublic" | ||
<th class="align-center fs-18 w-300" ng-if="!challenge.disable_private_submission && challenge.currentPhaseLeaderboardPublic" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need this check in my-submissions
page? My submissions should ideally display all the submissions for a user.
…o add_disable_private_sub
…o add_disable_private_sub
…o add_disable_private_sub
No description provided.