Update the ChangeRequestStateHandler script include with the new
Complete state.
시작하기 전에
Role required: admin
이 태스크 정보
The ChangeRequestStateHandler script include defines the states
available for the Change Request state model.
프로시저
-
Navigate to .
-
Open the ChangeRequestStateHandler script include and modify
the script as follows.
- Add the following line to the top of the script in the
Constants
section:
ChangeRequestStateHandler.COMPLETE = "complete";
- Add the following line as the last line of the function in the
Initialize
function:
this.STATE_NAMES["-6"] = ChangeRequestStateHandler.COMPLETE;
-
Click Update.