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

Commit f5482bc

Browse files
author
jamesdotcom
committed
update for new work step type (code final fixes)
1 parent 402fa26 commit f5482bc

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
25 Bytes
Binary file not shown.

src/java/main/com/topcoder/direct/services/view/action/project/ProjectWorkManagementAction.java

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ public class ProjectWorkManagementAction extends BaseDirectStrutsAction implemen
152152
WORK_STEP_DISPLAY_NAME.put(WorkStep.StepType.completeDesigns.name(), "Complete Designs");
153153
WORK_STEP_DISPLAY_NAME.put(WorkStep.StepType.finalFixes.name(), "Final Fixes");
154154
WORK_STEP_DISPLAY_NAME.put(WorkStep.StepType.code.name(), "Code");
155+
WORK_STEP_DISPLAY_NAME.put(WorkStep.StepType.codeFinalFixes.name(), "Code Final Fixes");
155156
}
156157

157158
/**

0 commit comments

Comments
 (0)