Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit e250af0

Browse files
authored
removing add resource conditional
We believe this is causing issues when saving challenges (it's attempted to remove resources that it shouldn't)
1 parent 4163660 commit e250af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/contest_service_facade/src/java/main/com/topcoder/service/facade/contest/ejb/ContestServiceFacadeBean.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -4498,9 +4498,9 @@ public SoftwareCompetition updateSoftwareContest(TCSubject tcSubject, SoftwareCo
44984498
continue;
44994499
}
45004500
}
4501-
if (r.getResourceRole().getId() != ResourceRole.RESOURCE_ROLE_SUBMITTER) {
4501+
// if (r.getResourceRole().getId() != ResourceRole.RESOURCE_ROLE_SUBMITTER) {
45024502
updatedResources.add(r);
4503-
}
4503+
// }
45044504
}
45054505

45064506
if(isF2FContest(contest)) {

0 commit comments

Comments
 (0)