Added unpublish step to UCD
This commit is contained in:
parent
0090950e9d
commit
139e96222a
|
@ -637,6 +637,17 @@
|
||||||
"display_on_phase": [
|
"display_on_phase": [
|
||||||
"Pending Approval"
|
"Pending Approval"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "unpublish",
|
||||||
|
"title": "UnPublish",
|
||||||
|
"call_STEPS": [
|
||||||
|
"UNPUBLISH"
|
||||||
|
],
|
||||||
|
"description": "UnPublish the Project",
|
||||||
|
"display_on_phase": [
|
||||||
|
"Published"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue