Skip to content

Commit

Permalink
Added delete project action
Browse files Browse the repository at this point in the history
  • Loading branch information
brobert committed Feb 3, 2016
1 parent a45f388 commit bcd2fc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,10 @@
"name": "Set user's groups memberships",
"description": "This removes a user from any groups they might be in that are not part of the provided groups.",
"command": "-Fmembership=${group 1|contributor} -Fmembership=${group 2|othergroup} ${server}/home/users/${user path|/u/user}.rw.html"
},
{
"name": "Delete a project",
"description": "",
"command": "-X POST -F:operation=projectdelete -Fpath=${project path|/content/projects/myproject} -F_charset_​=utf-8 -FremoveGroups=${remove groups|true} -FdeleteProjectAssetFolder=${delete asset folder|true} -FterminateProjectWorkflows=${terminate workflows|true} ${server}/content/projects"
}
]

0 comments on commit bcd2fc8

Please sign in to comment.