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

Commit 3159cf1

Browse files
committed
Config fix.
1 parent 7bf708c commit 3159cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/web/WEB-INF/applicationContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@
502502

503503
<!-- we need this type to avoid to store session value -->
504504
<bean id="getContestReceiptAction" class="com.topcoder.direct.services.view.action.contest.launch.GetContestReceiptAction"
505-
parent="copilotContestDetailsAction" scope="prototype">
505+
parent="contestDetailAction" scope="prototype">
506506
</bean>
507507

508508
<bean id="abstractVMAction" class="com.topcoder.direct.services.view.action.cloudvm.AbstractVMAction"

0 commit comments

Comments
 (0)