Updated the UCD
This commit is contained in:
parent
905e12d067
commit
56ca60f177
|
@ -442,37 +442,15 @@
|
||||||
"display_on_phase": []
|
"display_on_phase": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "submit_for_review",
|
"id": "publish",
|
||||||
"title": "Submit for Review",
|
"title": "Publish the Project",
|
||||||
"call_STEPS": [
|
"call_STEPS": [
|
||||||
"SUBMIT-FOR-REVIEW"
|
"PUBLISH"
|
||||||
],
|
],
|
||||||
"description": "Submit the Project (for review)",
|
"description": "Publish the Project",
|
||||||
"display_on_phase": [
|
"display_on_phase": [
|
||||||
"DRAFT"
|
"DRAFT"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "reject",
|
|
||||||
"title": "Reject",
|
|
||||||
"call_STEPS": [
|
|
||||||
"REJECT-DRAFT"
|
|
||||||
],
|
|
||||||
"description": "Reject the Project",
|
|
||||||
"display_on_phase": [
|
|
||||||
"Pending Approval"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "approve",
|
|
||||||
"title": "Approve",
|
|
||||||
"call_STEPS": [
|
|
||||||
"APPROVE-SUBMITTED"
|
|
||||||
],
|
|
||||||
"description": "Approve the Project",
|
|
||||||
"display_on_phase": [
|
|
||||||
"Pending Approval"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue